(no commit message)
[mailer.git] / 0.2.1 / 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=$_GET[pid]&amp;task=$content" method="POST">\r
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">\r
3 <TR>\r
4   <TD class="admin_title bottom2" align="center" height="30">\r
5     <STRONG>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</STRONG>\r
6   </TD>\r
7 </TR>\r
8 <TR><TD class="seperator" height="5">&nbsp;</TD></TR>\r
9 <TR>\r
10   <TD align="center">\r
11     {--PAYOUT_RECEIVER_ACCEPT--}:<BR>\r
12     {--PAYOUT_USERDATA_VALUE--}\r
13   </TD>\r
14 </TR>\r
15 <TR><TD class="seperator bottom2" height="5">&nbsp;</TD></TR>\r
16 <TR><TD class="seperator" height="5">&nbsp;</TD></TR>\r
17 <TR>\r
18   <TD align="center">\r
19     {--PAYOUT_OPTIONAL_TEXT--}:<BR>\r
20     <TEXTAREA name="text" class="admin_normal" rows="5" cols="30"></TEXTAREA>\r
21   </TD>\r
22 </TR>\r
23 <TR><TD class="seperator bottom2" height="5">&nbsp;</TD></TR>\r
24 <TR>\r
25   <TD class="admin_footer" align="center">\r
26     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*\r
27     <INPUT type="submit" name="ok" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}">\r
28   </TD>\r
29 </TR>\r
30 </TABLE>\r
31 </FORM>