]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index 27e7dd89db698cc8f9ce1f283acf608e619b4515..6479773681220ff791a917037969d5591860fb84 100644 (file)
@@ -1,38 +1,37 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$_GET[pid]&amp;task=$content"
-       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>
-       </TR>
-       <TR>
-               <TD class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
-               {--PAYOUT_USERDATA_VALUE--}</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
-               <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>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+<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" class="admin_table dashed" align="center">
+       <tr>
+               <td class="admin_title bottom2" align="center" height="30">
+                       <strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
+                       $content[user]
+               </td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+                       <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 align="center" 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>