]> 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 6d6879877ca8845607387dfdea17b78115e4fad8..d776870149a1c73a82a13069f73f65b20c7bdd48 100644 (file)
@@ -1,9 +1,10 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=payments&do=edit" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<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">
        <tr>
-               <td align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
+               <td align="center" colspan="2" class="admin_title bottom"><strong>{--EDIT_PAYMENT--}:</strong></td>
        </tr>
-       {!__PAYMENT_ROWS!}
+       $content
        <tr>
                <td class="admin_footer" colspan="2">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
@@ -12,3 +13,4 @@
        </tr>
 </table>
 </form>
+</div>