]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index 3c11be476efe5f3373488faa8d20ff5ef8b6d146..473a1d05c56f663960a44ee26260c4adea23ddb8 100644 (file)
@@ -1,7 +1,7 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_payouts&do=accept&amp;pid=$content[pid]&amp;task=$content[tid]" method="post">
-       <input type="submit" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
+<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[tid]%}" method="post">
+       <input type="submit" class="form_submit" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
 </form>
 <br />
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_payouts&do=reject&amp;pid=$content[pid]&amp;task=$content[tid]" method="post">
-       <input type="submit" class="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[tid]%}" method="post">
+       <input type="submit" class="form_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
 </form>