]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email.tpl
Use recently added wrapper translateFullComma()
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
index bac4013681636574f3c0ada8d3bd66261adb1a43..2d8d19bf0c5e2c84cdc3828d965d2915a84ec9fe 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=edit_emails%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=edit_emails%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="2" class="table_header bottom">
@@ -34,9 +34,9 @@
                <td align="center" colspan="2" class="table_footer">
                        <input type="hidden" name="mid" value="$content[id]"/ >
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="save" class="form_submit" value="{--ADMIN_CHANGE_EMAIL--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_CHANGE_EMAIL--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>