]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_email_select.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_edit_email_select.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed">
5         <TR>
6                 <TD width="10" height="30" class="admin_title seperator">&nbsp;</TD>
7                 <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
8                 </TD>
9                 <TD width="10" class="admin_title seperator">&nbsp;</TD>
10         </TR>
11         {!__EMAIL_SELECT_ROWS!}
12         <TR>
13                 <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
14                 <TD align="center" height="30" colspan="3" class="admin_footer top2">
15                 <INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
16                 <INPUT type="submit" name="ok" class="admin_submit"
17                         value="{--ADMIN_EDIT_EMAIL--}" /></TD>
18                 <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
19         </TR>
20 </TABLE>
21 </form>