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