Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[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>