Code

Updated accountRDN property handling
[gosa.git] / gosa-core / plugins / personal / generic / generic_picture.tpl
1 <h3>{t}User picture{/t}</h3>
2 <table summary="{t}The users picture{/t}">
3  <tr>
4   <td style='width:147px; height:200px; background-color:gray;'>
6    <img src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
7   </td>
8  </tr>
9 </table>
10 <p>
11  <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
12   <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
13    &nbsp;
14   <button type='submit' name='picture_remove'>{t}Remove picture{/t}</button>
15  </p>
16 <hr>
17 <div class='plugin-actions'>
18   <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
19   <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
20 </div>