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