Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;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">
5                         <strong>{--DELETE_PAYMENT--}:</strong>
6                 </td>
7         </tr>
8         $content
9         <tr>
10                 <td align="center" class="admin_footer">
11                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
12                         <input type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
13                 </td>
14         </tr>
15 </table>
16 </form>