New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
1 <div align="center">
2 <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">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
4         <tr>
5                 <td class="admin_title bottom" align="center">
6                         <strong>{--ADMIN_PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center">{--ADMIN_PAYOUT_RECEIVER_REJECT--}:<br />
11                         $content[user]
12                 </td>
13         </tr>
14         <tr>
15                 <td class="bottom" align="center">{--ADMIN_PAYOUT_OPTIONAL_TEXT--}:<br />
16                         <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
17                 </td>
18         </tr>
19         <tr>
20                 <td align="center" class="admin_footer">
21                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
22                         <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>