All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_list_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="640"
4         class="admin_table dashed" align="center">
5         <tr>
6                 <td colspan="5" 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="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
13                 <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
14                 <td align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
15         </tr>
16         {!__ADMINS_ROWS!}
17         <tr>
18                 <td colspan="5" class="admin_footer"><input
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <input type="submit" name="edit" class="admin_submit"
21                         value="{--ADMIN_ADMINS_EDIT--}" /> <input type="submit"
22                         name="del" class="admin_delete" value="{--ADMIN_ADMINS_DELETE--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>