]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_overview_form.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_payout_overview_form.tpl
index eaf474633a4a977cbefda20d21cbc62703d5e3df..2ad78ccd7dfcf8f0c03723d84caaa7d95587b2d0 100644 (file)
@@ -1,7 +1,7 @@
-<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="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="admin_submit" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
 </form>
 <br />
-<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="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="admin_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
 </form>