User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_bank_package" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed" align="center">
3         <TR>
4                 <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_DELETE_BANK_PACKAGES--}:</STRONG>
5                 </TD>
6         </TR>
7         <TR>
8                 <TD width="20" colspan="2" align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
9                 <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</STRONG></TD>
10                 <TD width="360" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</STRONG></TD>
11                 <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</STRONG></TD>
12         </TR>
13         $content
14         <TR>
15                 <TD colspan="5" class="admin_footer">
16                         <INPUT type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}">
17                 </TD>
18         </TR>
19 </TABLE>
20 </FORM>
21
22 <DIV class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</DIV>