mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
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:
parent
fbd2f62012
commit
23a97f6ab8
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user