Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="6" align="center" class="admin_title bottom">
5                         <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
11                 <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
12                 <td align="center" class="header_column bottom right" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
13                 <td align="center" class="header_column bottom right" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
14                 <td align="center" class="header_column bottom" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="6" class="admin_footer">
19                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
20                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>
25
26 <div class="admin_note">
27         {--ADMIN_ADMINS_ACL_NOTE--}<br />
28         <br />
29         {--ADMIN_ADMINS_EDIT_NOTE--}
30 </div>