A lot code rewritten:
[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="admin_table dashed" align="center">
4         <tr>
5                 <td colspan="8" align="center" class="admin_title">
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="admin_footer">
21                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
22                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
23                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
24                         <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>