]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_network.tpl
Fixes for display problems with labeled input fields
[mailer.git] / templates / de / html / admin / admin_config_network.tpl
index 11f5d85d80b1ca4d16cf4c19e14af24e5ec2a60f..e6b1ce59fb68998095e3a192d5ad708ab2fba65d 100644 (file)
@@ -1 +1,50 @@
-<!-- @DEPRECATED //-->
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_network%}
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--ADMIN_CONFIG_NETWORK_TITLE--}</strong>
+       </div>
+
+       <fieldset id="config_network_cache">
+               <legend>{--ADMIN_CONFIG_NETWORK_CACHE_LEGEND--}</legend>
+
+               <div class="admin_input">
+                       <label for="network_cache_refresh">{--ADMIN_CONFIG_NETWORK_CACHE_REFRESH--}</label>
+                       <div align="center">
+                               $content[network_cache_refresh]
+                       </div>
+               </div>
+       </fieldset>
+
+       <fieldset id="config_network_logging">
+               <legend>{--ADMIN_CONFIG_NETWORK_LOGGING_LEGEND--}</legend>
+
+               <div class="admin_input">
+                       <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_PURGE--}</label>
+                       <div align="center">
+                               $content[network_logging_purge]
+                       </div>
+               </div>
+
+               <div class="admin_input">
+                       <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG--}</label>
+                       <div align="center">
+                               <select name="network_logging_debug" size="1" class="form_select">
+                                       <option value="Y"$content[network_logging_debug_y]>{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG_ENABLED--}</option>
+                                       <option value="N"$content[network_logging_debug_n]>{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG_DISABLED--}</option>
+                               </select>
+                       </div>
+               </div>
+       </fieldset>
+
+       <div class="table_footer top">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+       </div>
+</div>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--ADMIN_CONFIG_NETWORK_NOTICE--}
+</div>