]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payments.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index bd4cde776da0ba48e17dd819ebf86dbdb61ed0e1..d776870149a1c73a82a13069f73f65b20c7bdd48 100644 (file)
@@ -1,7 +1,8 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=edit%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" colspan="2" class="admin_title bottom" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
+               <td align="center" colspan="2" class="admin_title bottom"><strong>{--EDIT_PAYMENT--}:</strong></td>
        </tr>
        $content
        <tr>
@@ -12,3 +13,4 @@
        </tr>
 </table>
 </form>
+</div>