Some rewrites
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_payouts" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></td>
9                 <td width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
10                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
11                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
12                 <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
13                 <td width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="6" class="admin_footer">
18                         <a href="{?URL?}/modules.php?module=admin&amp;what=list_payouts&amp;do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
19                 </td>
20         </tr>
21 </table>
22 </form>