Yet another more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=payments&do=del" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
3         <tr>
4                 <td align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
5         </tr>
6         {!__PAYMENT_ROWS!}
7         <tr>
8                 <td class="admin_footer"><input type="reset"
9                         class="admin_reset" value="{--CLEAR_FORM--}" /> <input
10                         type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
11                 </td>
12         </tr>
13 </table>
14 </form>