Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_points_accounts.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_point_accounts%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="7" class="table_header">
6                 <strong>{--ADMIN_LIST_POINTS_ACCOUNTS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_SUBJECT--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_COLUMN_NAME--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_LOCKED_MODE--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_PAYMENT_METHOD--}</strong></td>
15         <td class="header_column bottom right" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_NOTIFY_RECIPIENT--}</strong></td>
16         <td class="header_column bottom" align="center"><strong>{--ADMIN_POINTS_ACCOUNT_PROVIDER--}</strong></td>
17 </tr>
18 $content
19 <tr>
20         <td class="table_footer" colspan="7">
21                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
23                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
24         </td>
25 </tr>
26 </table>
27 {%form_close%}
28 </div>