]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_accept_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
index fa87022ea8ce02f254bdd4e1972e1ea5d9622ae5..3db74f5467b052f99a03df260eb18246444277e4 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">
+<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" width="380" 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 bottom2" align="center" height="30">
+                       <strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
                </td>
        </tr>
        <tr>
@@ -9,7 +10,8 @@
        </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>
        </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_submit"
-                       value="{--PAYOUT_ACCEPT_PAYOUT--}" /></td>
+               <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>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>