HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="680"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD colspan="6" align="center" class="admin_title bottom2" height="30">
7                 <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
8         </TR>
9         <TR>
10                 <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
13                 <TD align="center" class="admin_title bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></TD>
14                 <TD align="center" class="admin_title bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
15                 <TD align="center" class="admin_title bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
16         </TR>
17         {!__ADMINS_ROWS!}
18         <TR>
19                 <TD colspan="6" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
21                 <INPUT type="submit" name="change" class="admin_submit"
22                         value="{--ADMIN_ADMINS_EDIT--}" /></TD>
23         </TR>
24 </TABLE>
25 </form>
26
27 <div class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<br />
28 <br />
29 {--ADMIN_ADMINS_EDIT_NOTE--}</div>