CSS class admin_footer now centered, a lot templates rewritten
[mailer.git] / templates / de / html / admin / admin_edit_email_select.tpl
1
2 <FORM action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed">
6         <TR>
7                 <TD width="10" height="30" class="admin_title seperator">&nbsp;</TD>
8                 <TD align="center" colspan="3" class="admin_title"><STRONG>{--ADMIN_SELECT_EMAIL_EDIT--}:</STRONG>
9                 </TD>
10                 <TD width="10" class="admin_title seperator">&nbsp;</TD>
11         </TR>
12         {!__EMAIL_SELECT_ROWS!}
13         <TR>
14                 <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
15                 <TD align="center" height="30" colspan="3" class="admin_footer top2">
16                 <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}">&nbsp;*
17                 <INPUT type="submit" name="ok" class="admin_submit"
18                         value="{--ADMIN_EDIT_EMAIL--}"></TD>
19                 <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
20         </TR>
21 </TABLE>
22 </FORM>