]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_refbanner.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_refbanner.tpl
index 79ce9693f5f6a4c531e4f27d7cc7e28d637f20c6..8de197bfe6bcbd25c1faa87464db78826c04919d 100644 (file)
@@ -1,18 +1,18 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=refbanner&amp;mode=edit%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=refbanner&amp;do=edit%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="2" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_REFERAL_BANNER_TITLE--}</strong>
+                       <strong>{--ADMIN_EDIT_REFERRAL_BANNER_TITLE--}</strong>
                </td>
        </tr>
        $content
        <tr>
                <td class="table_footer" colspan="2">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_EDIT_REFERAL_BANNER--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>