More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[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>