mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Move minifying option into general tab
This commit is contained in:
parent
f328b82972
commit
e90808ac2b
@ -47,6 +47,14 @@
|
||||
<option value="True">Yes</option>
|
||||
</select>
|
||||
</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>
|
||||
<description value="Encryption" span="all" class="subHeader"/>
|
||||
</row>
|
||||
@ -293,14 +301,6 @@
|
||||
<option value="True">Yes</option>
|
||||
</select>
|
||||
</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>
|
||||
<description value="Google recaptcha" span="all" class="subHeader"/>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user