allow to switch minification of JS or CSS files off via Admin >> Site configuration, it is switched on by default

This commit is contained in:
Ralf Becker 2012-10-16 09:40:05 +00:00
parent fbd2f62012
commit 23a97f6ab8

View File

@ -303,6 +303,14 @@
</select>
</td>
</tr>
<tr class="row_off">
<td>{lang_Disable_minifying_of_javascript_and_CSS_files}:</td>
<td>
<select name="newsettings[debug_minify]">
<option value="">{lang_No} - {lang_Default}</option>
<option value="True"{selected_debug_minify_True}>{lang_Yes}</option>
</select>
</td>
</tr>
<!-- END body -->