CSS class admin_footer now centered, a lot templates rewritten
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=payments&do=del"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="500">
5         <TR>
6                 <TD align="center" height="30" class="admin_title bottom"><STRONG>{--DELETE_PAYMENT--}:</STRONG></TD>
7         </TR>
8         {!__PAYMENT_ROWS!}
9         <TR>
10                 <TD class="admin_footer"><INPUT type="reset"
11                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
12                         type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}">
13                 </TD>
14         </TR>
15 </TABLE>
16 </FORM>