Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
1 <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">
2 <table border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">
3         <tr>
4                 <td class="admin_title bottom2" align="center" height="30">
5                         <strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="seperator" height="5">&nbsp;</td>
10         </tr>
11         <tr>
12                 <td align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
13                         $content[user]
14                 </td>
15         </tr>
16         <tr>
17                 <td class="seperator bottom2" height="5">&nbsp;</td>
18         </tr>
19         <tr>
20                 <td class="seperator" height="5">&nbsp;</td>
21         </tr>
22         <tr>
23                 <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
24                         <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
25                 </td>
26         </tr>
27         <tr>
28                 <td class="seperator bottom2" height="5">&nbsp;</td>
29         </tr>
30         <tr>
31                 <td class="admin_footer">
32                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
33                         <input type="submit" name="ok" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
34                 </td>
35         </tr>
36 </table>
37 </form>