forked from extern/egroupware
Move minifying option into general tab
This commit is contained in:
parent
f328b82972
commit
e90808ac2b
@ -47,6 +47,14 @@
|
|||||||
<option value="True">Yes</option>
|
<option value="True">Yes</option>
|
||||||
</select>
|
</select>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Disable minifying of javascript and CSS files" label="%s:"/>
|
||||||
|
<select id="newsettings[debug_minify]">
|
||||||
|
<option value="">{No} - {Default}</option>
|
||||||
|
<option value="True">Yes</option>
|
||||||
|
<!-- no more dynamic minifying: option value="debug">Debug</option -->
|
||||||
|
</select>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Encryption" span="all" class="subHeader"/>
|
<description value="Encryption" span="all" class="subHeader"/>
|
||||||
</row>
|
</row>
|
||||||
@ -293,14 +301,6 @@
|
|||||||
<option value="True">Yes</option>
|
<option value="True">Yes</option>
|
||||||
</select>
|
</select>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<description value="Disable minifying of javascript and CSS files" label="%s:"/>
|
|
||||||
<select id="newsettings[debug_minify]">
|
|
||||||
<option value="">{No} - {Default}</option>
|
|
||||||
<option value="True">Yes</option>
|
|
||||||
<!-- no more dynamic minifying: option value="debug">Debug</option -->
|
|
||||||
</select>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<description value="Google recaptcha" span="all" class="subHeader"/>
|
<description value="Google recaptcha" span="all" class="subHeader"/>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user