Code

Updated generic class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Jul 2010 11:17:55 +0000 (11:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Jul 2010 11:17:55 +0000 (11:17 +0000)
-User images wasn't centered

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19021 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/generic/generic.tpl

index d1346b668e36f24f870512b25a2c7bd39c5b3fdd..56f2dbef4e5512f417502c1cda9ba3f86ea27a53 100644 (file)
    <!-- The users picture settings container -->
    <table summary="{t}The users picture{/t}">
     <tr>
-     <td style='width:147px; height:200px; background-color:gray;'>
+     <td style='width:147px; height:200px; background-color:gray; vertical-align: middle;' >
       {if !$userPicture_is_readable}
       <img  src="plugins/users/images/default.jpg" alt=''>
       {else}
-      <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
+      <img  src="getbin.php?rand={$rand}" alt='' style='width:147px; vertical-align: middle;' >
       {/if}
      </td>
     </tr>