]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index 2310209baed528c2e63517a87656f21f876ae98d..e9a0f1183815f307460b48fb1080908d537ee9a4 100644 (file)
@@ -1,8 +1,8 @@
-<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">
+<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[task]" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">
        <tr>
-               <td class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
+               <td class="admin_title bottom2" align="center" height="30">
+                       <strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
                </td>
        </tr>
        <tr>
@@ -10,7 +10,8 @@
        </tr>
        <tr>
                <td align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
-               {--PAYOUT_USERDATA_VALUE--}</td>
+                       $content[user]
+               </td>
        </tr>
        <tr>
                <td class="seperator bottom2" height="5">&nbsp;</td>
        </tr>
        <tr>
                <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
-               <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
+                       <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
                </td>
        </tr>
        <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
-                       type="submit" name="ok" class="admin_delete"
-                       value="{--PAYOUT_REJECT_PAYOUT--}" /></td>
+               <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>