2 {%form,formMethodPost=modules.php?module=admin&what=config_network%}
3 <div class="table dashed">
4 <div class="table_header bottom">
5 <strong>{--ADMIN_CONFIG_NETWORK_TITLE--}</strong>
8 <fieldset id="config_network_cache">
9 <legend>{--ADMIN_CONFIG_NETWORK_CACHE_LEGEND--}</legend>
11 <div class="table_row">
12 <label for="network_cache_refresh">{--ADMIN_CONFIG_NETWORK_CACHE_REFRESH--}</label>
14 $content[network_cache_refresh]
19 <fieldset id="config_network_logging">
20 <legend>{--ADMIN_CONFIG_NETWORK_LOGGING_LEGEND--}</legend>
22 <div class="table_row">
23 <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_PURGE--}</label>
25 $content[network_logging_purge]
29 <div class="table_row">
30 <label for="network_logging_purge">{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG--}</label>
32 <select name="network_logging_debug" size="1" class="form_select">
33 <option value="Y"$content[network_logging_debug_y]>{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG_ENABLED--}</option>
34 <option value="N"$content[network_logging_debug_n]>{--ADMIN_CONFIG_NETWORK_LOGGING_DEBUG_DISABLED--}</option>
40 <div class="table_footer top">
41 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
42 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
49 {--ADMIN_CONFIG_NETWORK_NOTICE--}