More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&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_REJECT_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_REJECT--}:<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--}" /> <INPUT
34                         type="submit" name="ok" class="admin_delete"
35                         value="{--PAYOUT_REJECT_PAYOUT--}" /></td>
36         </tr>
37 </table>
38 </form>