884010da1106ba929d4012c46d0642804b629857
[mailer.git] / templates / de / html / admin / admin_list_bank_package.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_bank_package" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="8" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td width="20" colspan="2" align="center"
9                         class="admin_title bottom2 right2"><strong>{--Id_SELECT--}</strong></td>
10                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
11                 <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
12                 <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
13                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
14                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
15                 <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
16         </tr>
17         $content
18         <tr>
19                 <td colspan="8" class="admin_footer"><input
20                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
21                 <input type="submit" name="change" class="admin_submit"
22                         value="{--ADMIN_DE_ACTIVATE--}" /> <input type="submit"
23                         name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
24                 <input type="submit" name="delete" class="admin_delete"
25                         value="{--ADMIN_DELETE_ENTRIES--}" /></td>
26         </tr>
27 </table>
28 </form>