]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_extensions.tpl
Rewrote script to use more EL, introduced wrappers for sending pool:
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
index 3a211587334ec43e958e1d686a04ae39c97dc3cd..5ceab8a2de3e16abdabc2930416f2302529cf4bc 100644 (file)
@@ -1,26 +1,25 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_extensions%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_extensions%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
-                       <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_EXTENSIONS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right" width="350">
-                       {--ADMIN_VERBOSE_SQL--}:
+                       {--ADMIN_CONFIG_EXTENSIONS_VERBOSE_SQL--}:
                </td>
                <td class="bottom" width="150" align="right">
-                       <input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] /> {--YES--}<br />
-                       <input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=verbose_sql%}
                </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>