]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Module-related code moved, deprecated templates deleted, internals stats are now...
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 8d4c9a801dedece7e7c09548283d5ff5da47fdb4..d50bcd3a0576b8e4507125f03fe3ba18fec37d3d 100644 (file)
        </tr>
 
        <tr>
-               <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
+               <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}</td>
                <td class="bottom" align="center">
                        <input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] /> {--YES--}<br />
                        <input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] /> {--NO--}
                </td>
        </tr>
 
+       <tr>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_STATS_SETTINGS--}</strong>
+               </td>
+       </tr>
+
+       <tr>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_STATS_ENABLED--}</td>
+               <td class="bottom" align="center">
+                       <input type="radio" name="stats_enabled" value="Y"$content[stats_enabled_y] /> {--YES--}<br />
+                       <input type="radio" name="stats_enabled" value="N"$content[stats_enabled_n] /> {--NO--}
+               </td>
+       </tr>
+
        <tr>
                <td colspan="2" align="center" class="admin_title">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />