Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_bank_package%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4         <tr>
5                 <td colspan="5" align="center" class="table_header">
6                         <strong>{--ADMIN_DELETE_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="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
12                 <td width="360" 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"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="5" class="table_footer">
18                         <input type="submit" name="do_delete" class="form_delete" value="{--DEL_ENTRIES--}" />
19                 </td>
20         </tr>
21 </table>
22 {%form_close%}
23 </div>
24
25 <div class="notice">
26         {--ADMIN_DELETE_BANK_PACKAGES_NOTICE--}
27 </div>