Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / personal / generic / generic_picture.tpl
index 29384aa5d8a964a08defa35d5bee20a36bfbd726..28bc0717d0550ab8d5804bd1ecca3e61cf3e7a76 100644 (file)
@@ -1,9 +1,9 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
 
  <!-- Headline container -->
  <tr>
    <td colspan=2>
-     <h2><img align="center" 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>
 
 
    <!-- Image container -->
    <td>
-     <img 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, ... -->
    <td style="vertical-align:bottom; width:100%;">
      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
-     <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
+     <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
      &nbsp;
      <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
    </td>