Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$_GET[pid]&amp;task=$content"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="380"
5         class="admin_table dashed" align="center">
6         <TR>
7                 <TD class="admin_title bottom2" align="center" height="30"><STRONG>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</STRONG>
8                 </TD>
9         </TR>
10         <TR>
11                 <TD class="seperator" height="5">&nbsp;</TD>
12         </TR>
13         <TR>
14                 <TD align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<BR />
15                 {--PAYOUT_USERDATA_VALUE--}</TD>
16         </TR>
17         <TR>
18                 <TD class="seperator bottom2" height="5">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD class="seperator" height="5">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<BR />
25                 <TEXTAREA name="text" class="admin_normal" rows="5" cols="30"></TEXTAREA>
26                 </TD>
27         </TR>
28         <TR>
29                 <TD class="seperator bottom2" height="5">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD class="admin_footer"><INPUT type="reset"
33                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
34                         type="submit" name="ok" class="admin_submit"
35                         value="{--PAYOUT_ACCEPT_PAYOUT--}"></TD>
36         </TR>
37 </TABLE>
38 </FORM>