]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_expert_settings_form.tpl
Usual change: ok->other_than_ok ;)
[mailer.git] / templates / de / html / admin / admin_expert_settings_form.tpl
index 3ba6ae8301c5fa3274042753e9354b3bd0f7e3ce..8c233740496be133be792e87bc9630c31335510c 100644 (file)
@@ -1,11 +1,11 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?dummy=1%}&amp;{%server,query_string%}" method="post">
+{%form,formMethodPost,serverQuery_String=modules.php?dummy=1&amp;%}
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--ADMIN_EXPERT_SETTINGS_TITLE--}:</strong>
        </div>
        <div align="center" style="padding-top:3px">
-               <div class="notice">{--ADMIN_EXPERT_SETTINGS_NOTE--}</div>
+               <div class="notice">{--ADMIN_EXPERT_SETTINGS_NOTICE--}</div>
        </div>
        <div class="bottom" style="padding-bottom:3px">
                <input type="checkbox" class="form_field" name="expert_settings" value="Y" />
@@ -13,8 +13,8 @@
        </div>
        <div class="table_footer">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--ADMIN_EXPERT_SETTINGS_CONTINUE--}" />
+               <input type="submit" class="form_submit" name="save_expert" value="{--ADMIN_EXPERT_SETTINGS_CONTINUE--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>