Obsolete update check replaced with SVN revision
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--ADMINS_MAILS_TITLE--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD width="30" class="admin_title bottom2 right2" align="center">
11                 <STRONG>{--ID_SELECT--}</STRONG></TD>
12                 <TD width="235" class="admin_title bottom2 right2" align="center">
13                 <STRONG>{--ADMIN_ADMINS_TEMPLATE--}:</STRONG></TD>
14                 <TD width="235" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG>
15                 </TD>
16         </TR>
17         {!__MAILS_ROWS!}
18         <TR>
19                 <TD colspan="3" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
21                 <INPUT type="submit" name="edit" class="admin_submit"
22                         value="{--ADMIN_ADMINS_EDIT--}"></TD>
23         </TR>
24 </TABLE>
25 </FORM>