]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_extensions.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
index 4d599367342f0832dfeedf7407cd8d6d88ded10b..317aab55ac5beae72b9a6f09e78224a0180ff1a8 100644 (file)
@@ -1,24 +1,26 @@
-<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" width="500">
+<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="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom" height="30">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="350" height="20">
+               <td class="bottom" align="right" width="350">
                        {--ADMIN_VERBOSE_SQL--}:
                </td>
                <td class="bottom" width="150" align="right">
-                       <input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] />&nbsp;{--YES--}
-                       <input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] />&nbsp;{--NO--}
+                       <input type="radio" class="form_field" name="verbose_sql" value="Y"[verbose_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="verbose_sql" value="N"[verbose_n] /> {--NO--}
                </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="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>