]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payments.tpl
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_edit_payments.tpl
index 9d62b608bc2cd58d1d96ec55cff878bca0a229e3..adb2ab2b6730ff04d74f3d1593f2cd5726fa83bc 100644 (file)
@@ -1,14 +1,18 @@
-<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">
+<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>{--ADMIN_TITLE_EDIT_PAYMENT--}:</strong>
+               </td>
        </tr>
        $content
        <tr>
                <td class="admin_footer" colspan="2">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_PAY--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_CHANGE_PAYMENT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>