ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.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="5" align="center" class="admin_title">
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="admin_footer">
18                         <input type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23
24 <div class="admin_note">
25         {--ADMIN_DELETE_BANK_PACKAGES_NOTES--}
26 </div>
27 </div>