summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffafc09)
raw | patch | inline | side by side (parent: ffafc09)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Dec 2010 08:19:47 +0000 (08:19 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Dec 2010 08:19:47 +0000 (08:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20503 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/default/infoPage.tpl | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/default/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl
index 3b48febeaf71d8efd7d8d75c8b6b6d058f853087..6218c9a1a4b352dc2cf6fba6962ee3558063f2e6 100644 (file)
<table width="100%">
<tr>
- <td style='width:147px; height:200px; background-color:gray; vertical-align: middle;' >
+ <td style='width:200px; vertical-align: middle;' >
{if $jpegPhoto == ""}
<img src="plugins/users/images/default.jpg" alt=''>
{else}
- <img src="getbin.php?rand={$rand}" alt='' style='max-width:147px; max-height: 200px; vertical-align: middle;' >
+ <img src="getbin.php?rand={$rand}" alt='' style='border:1px solid #CCC; max-width:147px; max-height: 200px; vertical-align: middle;' >
{/if}
</td>
- <td style="width:33%">
+ <td style="width:40%">
<table>
{if $uid != ""}<tr><td>{t}User ID{/t}:</td><td><i>{$uid}</i></td></tr>{/if}
{if $sn != ""}<tr><td>{t}Surname{/t}:</td><td><i>{$sn}</i></td></tr>{/if}