Code

Updated generic buttons
[gosa.git] / gosa-core / plugins / personal / generic / generic_picture.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
2  <!-- Headline container -->
3  <tr>
4    <td colspan=2>
5      <h2>{image path="plugins/generic/images/head.png"} {t}Personal picture{/t}
6 </h2>
7    </td>
8  </tr>
9  <!-- Base container -->
10  <tr>
11  <!-- Image container -->
12   <td>
13    <table>
14     <tr>
15      <td width="147" height="200" bgcolor="gray">
16       {image path="getbin.php?rand={$rand}"}
18      </td>
19     </tr>
20    </table>
21   </td>
22         </tr>
23         <tr>
24    <!-- Name, ... -->
25    <td style="vertical-align:bottom; width:100%;">
26      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
27      <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
28      &nbsp;
29      <button type='submit' name='picture_remove'>{t}Remove picture{/t}</button>
31    </td>
32  </tr>
33 </table>
34 <br>
35 <p class="plugbottom">
36   <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
38   &nbsp;
39   <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
41 </p>