]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 62348e052e3bde9c22d0870708cb37255438d0cb..04f99a4dc44fc77cbd35f682f05277600c6a4f27 100644 (file)
@@ -1,15 +1,17 @@
-<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">
+<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" class="admin_table dashed">
        <tr>
-               <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
+               <td align="center" colspan="5" class="admin_title">
+                       <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 bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
        </tr>
        $content
        <tr>
@@ -21,3 +23,4 @@
        </tr>
 </table>
 </form>
+</div>