More HTML rewrites #2
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td class="admin_title bottom" align="center">
5                         <strong>{--PAYOUT_REJECT_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_REJECT--}:<br />
13                         $content[user]
14                 </td>
15         </tr>
16         <tr>
17                 <td class="seperator bottom" 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 bottom" height="5">&nbsp;</td>
29         </tr>
30         <tr>
31                 <td align="center" class="admin_footer">
32                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
33                         <input type="submit" name="ok" class="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
34                 </td>
35         </tr>
36 </table>
37 </form>