]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index b9ca77b323784cfcaef688bd20bdd0ebd76e70ad..42fe8cb88a850182ad32e927782547abb148c1f6 100644 (file)
@@ -1,14 +1,16 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_bank_package" method="post">
+<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="admin_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="admin_title" height="30">
+                       <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>
@@ -19,4 +21,7 @@
 </table>
 </form>
 
-<div class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</div>
+<div class="admin_note">
+       {--ADMIN_DELETE_BANK_PACKAGES_NOTES--}
+</div>
+</div>