]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_title.tpl
Added purging of subid and server_name logs
[mailer.git] / templates / de / html / admin / admin_config_title.tpl
index 5bddc467f5d1dc0bb15a468ac5886d886955d9bc..e1c8c4078a63ceeb9ffe5943e320e64d25301892 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_title%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_title%}
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong>
@@ -8,17 +8,17 @@
        <fieldset id="config_title_general_fields">
                <legend>{--ADMIN_CONFIG_TITLE_LEGEND--}</legend>
                <div class="table_row">
-                       <label for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
+                       <label class="admin_label" for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
                        <div align="center">$content[enable_title_deco]</div>
                </div>
 
                <div class="table_row">
-                       <label for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
+                       <label class="admin_label" for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
                        <div align="center">$content[enable_mod_title]</div>
                </div>
 
                <div class="table_row">
-                       <label for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
+                       <label class="admin_label" for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
                        <div align="center">$content[enable_what_title]</div>
                </div>
        </fieldset>
                <legend>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</legend>
 
                <div class="table_row">
-                       <label for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
+                       <label class="admin_label" for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_left" value="{?title_left?}" size="4" maxlength="10" /></div>
                </div>
 
                <div class="table_row">
-                       <label for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
+                       <label class="admin_label" for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_middle" value="{?title_middle?}" size="4" maxlength="10" /></div>
                </div>
 
                <div class="table_row">
-                       <label for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
+                       <label class="admin_label" for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
                        <div align="center"><input type="text" class="form_field" name="title_right" value="{?title_right?}" size="4" maxlength="10" /></div>
                </div>
        </fieldset>
@@ -47,7 +47,7 @@
                <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>
 
 <div class="notice">