Code

Updated image container for user pictures
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 13:44:48 +0000 (13:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Mar 2010 13:44:48 +0000 (13:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15860 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 037605819bd14feee2176ae12e7df88c6a0bbe67..6a3794c9ad99d4de6db6936a565a208d078577e8 100644 (file)
   <td style="vertical-align:top">
    <table>
     <tr>
-     <td width="147" height="200" bgcolor="gray">
+     <td style='width:147px; height: 200px;' bgcolor="gray">
       {if !$userPicture_is_readable}
       <img  src="plugins/users/images/default.jpg" alt=''>
       {else}
-      <img  src="getbin.php?rand={$rand}" alt=''>
+      <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
       {/if}
      </td>
     </tr>
index e365bef60da9eaebb39b2446a1c5825fac3802f8..ac142a624cfa30e3f46fbc9b89101b7e6ab0035d 100644 (file)
@@ -13,8 +13,7 @@
    <table>
     <tr>
      <td width="147" height="200" bgcolor="gray">
-      {image path="getbin.php?rand={$rand}"}
-
+      <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
      </td>
     </tr>
    </table>