]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_extensions.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
index edfeb264dc1cb215d0c07b1d008d50ecf9969061..f58df2be4c6ac19d98fbde60402490c7847b1545 100644 (file)
@@ -1,25 +1,25 @@
-<FORM
+<form
        action="{!URL!}/modules.php?module=admin&amp;what=config_extensions"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed" width="500">
-       <TR>
-               <TD colspan="2" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="bottom2" align="right" width="350" height="20">
-               {--ADMIN_VERBOSE_SQL--}:</TD>
-               <TD class="bottom2" width="150" align="right"><INPUT type="radio"
-                       name="verbose_sql" value='Y' class="admin_normal"{--__VERBOSE_Y--}>&nbsp;{--YES--}
-               <INPUT type="radio" name="verbose_sql" value='N' class="admin_normal"{--__VERBOSE_N--}>&nbsp;{--NO--}&nbsp;
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="2" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
+       <tr>
+               <td colspan="2" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong></td>
+       </tr>
+       <tr>
+               <td class="bottom2" align="right" width="350" height="20">
+               {--ADMIN_VERBOSE_SQL--}:</td>
+               <td class="bottom2" width="150" align="right"><input type="radio"
+                       name="verbose_sql" value="Y" class="admin_normal"{!__VERBOSE_Y!} />&nbsp;{--YES--}
+               <input type="radio" name="verbose_sql" value="N" class="admin_normal"{!__VERBOSE_N!} />&nbsp;{--NO--}&nbsp;
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" class="admin_footer"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
+</form>
\ No newline at end of file