]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index f7ce2b113ca2e80ea25388b90fa7636854a78aab..47f880a8256956a9abc5de20aaab6f0ee9157a88 100644 (file)
@@ -1,6 +1,4 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$_GET[pid]&amp;task=$content"
-       method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="380"
        class="admin_table dashed" align="center">
        <tr>
                <td class="seperator bottom2" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td class="admin_footer"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
+               <td class="admin_footer"><input type="reset"
+                       class="admin_reset" value="{--CLEAR_FORM--}" /> <input
                        type="submit" name="ok" class="admin_delete"
                        value="{--PAYOUT_REJECT_PAYOUT--}" /></td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>