]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_accept_form.tpl
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
index e5d23e123cf91fa56ba2d63f88b9f97ea06d1601..5fa95bd69df84c8737c0db5654d4a98882740b90 100644 (file)
@@ -1,7 +1,8 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=accept&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=accept&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_ACCEPT_PAYOUT_INTRO--}</strong>
+               <td class="admin_title bottom" align="center">
+                       <strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
                </td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
-               {--PAYOUT_USERDATA_VALUE--}</td>
+                       $content[user]
+               </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
+               <td class="seperator bottom" 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>
+                       <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
                </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
+               <td class="seperator bottom" 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_submit"
-                       value="{--PAYOUT_ACCEPT_PAYOUT--}" /></td>
+               <td align="center" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>