]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_validator.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / admin / admin_config_validator.tpl
index 4b546e7814d7622afba57c4cc0333cc8544ad1c1..b87ce8f9c42e205fab7beb00d90ed8894faf200f 100644 (file)
@@ -1,26 +1,25 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_validator%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_validator%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_VALIDATOR_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="bottom">
+               <td class="bottom">
                        {--ADMIN_CONFIG_VALIDATOR_ENABLED--}
                </td>
-               <td width="60" align="right" class="bottom">
-                       {--YES--}:<input type="radio" name="enable_validator" class="admin_normal" value="Y"$content[enable_validator_yes] /><br />
-                       {--NO--}:<input type="radio" name="enable_validator" class="admin_normal" value="N"$content[enable_validator_no] />
+               <td class="bottom" width="60">
+                       {%template,ConfigurationYesNoSelectionBox=enable_validator%}
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>