A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_bank_package.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_bank_package%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4         <tr>
5                 <td colspan="8" align="center" class="table_header">
6                         <strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="20" colspan="2" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
11                 <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
12                 <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
13                 <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
14                 <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
15                 <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
16                 <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
17         </tr>
18         $content
19         <tr>
20                 <td colspan="8" class="table_footer">
21                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                         <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
23                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
24                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>