]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_accept_form.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
index 6355e3330f076b583c4d7d017e2ecc08c4e5078d..10612118f32e43969bd7a325d6e4bd7c13ffad99 100644 (file)
@@ -1,5 +1,6 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$content[pid]&amp;task=$content[task]%}" method="post">
-<div align="center" class="table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$content[pid]&amp;task=$content[task]%}
+<div class="table dashed">
 
 <div class="table_header bottom">
        <strong>{--ADMIN_PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
@@ -17,8 +18,9 @@
 
 <div class="table_footer">
        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
+       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
 </div>
 
 </div>
-</form>
+{%form_close%}
+</div>