Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
1 <form 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"><strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td class="seperator" height="5">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
12                 {--PAYOUT_USERDATA_VALUE--}</td>
13         </tr>
14         <tr>
15                 <td class="seperator bottom2" height="5">&nbsp;</td>
16         </tr>
17         <tr>
18                 <td class="seperator" height="5">&nbsp;</td>
19         </tr>
20         <tr>
21                 <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
22                 <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
23                 </td>
24         </tr>
25         <tr>
26                 <td class="seperator bottom2" height="5">&nbsp;</td>
27         </tr>
28         <tr>
29                 <td class="admin_footer"><input type="reset"
30                         class="admin_reset" value="{--CLEAR_FORM--}" /> <input
31                         type="submit" name="ok" class="admin_submit"
32                         value="{--PAYOUT_ACCEPT_PAYOUT--}" /></td>
33         </tr>
34 </table>
35 </form>