Naming convention applied for ext-payout
[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">
5                         <strong>{--ADMIN_LIST_PAYOUTS--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="20" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
10                 <td width="40" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
11                 <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
12                 <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
13                 <td width="120" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
14                 <td width="220" align="center" class="header_column bottom"><strong>{--PAYOUT_STATUS--}</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="6" class="admin_footer">
19                         <a href="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=delete%}">{--ADMIN_PAYOUT_DELETE_ALL_REQUESTS--}</a>
20                 </td>
21         </tr>
22 </table>
23 </form>