]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_wernis.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
index d4288bf9a24e8ea2956a898fe3dff399af06e92c..00dbb5982543f11447add87f46f633cfa724f4a3 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_wernis%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_wernis%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -24,7 +24,7 @@
        </tr>
        <tr>
                <td align="right">
-                       {--ADMIN_WERNIS_API_URL--}:
+                       {--ADMIN_CONFIG_WERNIS_API_URL--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="wernis_api_url" value="{?wernis_api_url?}" size="25" maxlength="255" />
@@ -51,7 +51,8 @@
                        {--ADMIN_CONFIG_WERNIS_MIN_PAYOUT--}:
                </td>
                <td>
-                       <input type="text" class="form_field" name="wernis_min_payout" value="{?wernis_min_payout?}" size="5" maxlength="20" /> Wernis
+                       <input type="text" class="form_field" name="wernis_min_payout" value="{?wernis_min_payout?}" size="5" maxlength="20" />
+                       <span class="tiny">(Wernis)</span>
                </td>
        </tr>
        <tr>
@@ -59,7 +60,8 @@
                        {--ADMIN_CONFIG_WERNIS_MIN_WITHDRAW--}:
                </td>
                <td>
-                       <input type="text" class="form_field" name="wernis_min_withdraw" value="{?wernis_min_withdraw?}" size="5" maxlength="20" /> Wernis
+                       <input type="text" class="form_field" name="wernis_min_withdraw" value="{?wernis_min_withdraw?}" size="5" maxlength="20" />
+                       <span class="tiny">(Wernis)</span>
                </td>
        </tr>
        <tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
-
-<div class="notice">
-       {--ADMIN_CONFIG_WERNIS_NOTE--}
+{%form_close%}
 </div>
 
+<div class="notice">
+       {--ADMIN_CONFIG_WERNIS_NOTICE--}
 </div>