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