Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 62348e052e3bde9c22d0870708cb37255438d0cb..f2ae296fc22c5e9b627e3a5b45188ff659436b4c 100644 (file)
@@ -1,15 +1,16 @@
+<div align="center">
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=payments" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
-               <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
+               <td class="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
+               <td class="header_column bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+               <td class="header_column bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+               <td class="header_column bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
        </tr>
        $content
        <tr>
@@ -21,3 +22,4 @@
        </tr>
 </table>
 </form>
+</div>