Code

Fixed User dialog, to detect changed attributes correctly
[gosa.git] / plugins / personal / generic / generic_picture.tpl
index cb76dc282461baec6b9f4163dd8bbd54b194be7d..28bc0717d0550ab8d5804bd1ecca3e61cf3e7a76 100644 (file)
@@ -3,7 +3,7 @@
  <!-- Headline container -->
  <tr>
    <td colspan=2>
-     <h2><img alt="" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
+     <h2><img alt="" class="center" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
    </td>
  </tr>
 
@@ -12,7 +12,7 @@
 
    <!-- Image container -->
    <td>
-     <img alt="" align="bottom" border="1" width="145" height="200" src="getpic.php?rand=$rand">
+     <img alt="" class="center" align="bottom" border="1" width="145" height="200" src="getbin.php?rand=$rand">
    </td>
 
    <!-- Name, ... -->