]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index 0fb2e37acc184f115321ee56136c32ca6dcaa753..ded48441009c221514ff224a71e950e57f67faa5 100644 (file)
@@ -1,22 +1,27 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_bank_package" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_bank_package%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
-               <td colspan="5" align="center" class="admin_title" height="30"><strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
+               <td colspan="5" align="center" class="table_header">
+                       <strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
                </td>
        </tr>
        <tr>
-               <td width="20" colspan="2" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
-               <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
-               <td width="360" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
-               <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+               <td width="20" colspan="2" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+               <td width="360" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
        </tr>
        $content
        <tr>
-               <td colspan="5" class="admin_footer">
-                       <input type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}" />
+               <td colspan="5" class="table_footer">
+                       <input type="submit" name="remove" class="form_delete" value="{--DEL_ENTRIES--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</div>
+<div class="notice">
+       {--ADMIN_DELETE_BANK_PACKAGES_NOTES--}
+</div>
+</div>