Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index b9ca77b323784cfcaef688bd20bdd0ebd76e70ad..6ca2001405d25f70f97452312d43cdf51dc2cf34 100644 (file)
@@ -1,14 +1,16 @@
+<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 bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+               <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+               <td width="360" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom2"><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>