Even more XHTML fixes #3
[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" 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>