]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
More networks added, EL "post" added, templates fixed:
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 18d76a7199662e66b42ff8cf183e6446f11cb2bd..d50bcd3a0576b8e4507125f03fe3ba18fec37d3d 100644 (file)
        <tr>
                <td align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</td>
                <td align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="order_multi_page" value="Y"$content[order_multi_page_y] />
-                       {--NO--}:&nbsp;<input type="radio" name="order_multi_page" value="N"$content[order_multi_page_n] />
+                       <input type="radio" name="order_multi_page" value="Y"$content[order_multi_page_y] /> {--YES--}<br />
+                       <input type="radio" name="order_multi_page" value="N"$content[order_multi_page_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}: <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
-                       {--NO--}: <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
+                       <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] /> {--YES--}<br />
+                       <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
                <td align="center">
-                       {--YES--}: <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />
-                       {--NO--}: <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
+                       <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] /> {--YES--}<br />
+                       <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}: <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />
-                       {--NO--}: <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
+                       <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] /> {--NO--}
                </td>
        </tr>
 
        </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">
-                       {--YES--}:&nbsp;<input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] />
-                       {--NO--}:&nbsp;<input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] />
+                       <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>