mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
allow application config to use tabs and fall back to (empty) tabs widget in admin.site-config
This commit is contained in:
parent
229752b4dd
commit
e50ef193a5
@ -5,14 +5,18 @@
|
|||||||
<template id="admin.config" template="" lang="" group="0" version="18.1">
|
<template id="admin.config" template="" lang="" group="0" version="18.1">
|
||||||
<tabbox id="tabs" width="100%">
|
<tabbox id="tabs" width="100%">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="config" label="Configuration"/>
|
<tab id="general" label="General"/>
|
||||||
|
<tab id="appearance" label="Appearance"/>
|
||||||
|
<tab id="secrurity" label="Security"/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<template id="admin.config.config"/>
|
<template id="admin.config.general"/>
|
||||||
|
<template id="admin.config.appearance"/>
|
||||||
|
<template id="admin.config.security"/>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
</template>
|
</template>
|
||||||
<template id="admin.config.config" template="" lang="" group="0" version="16.1">
|
<template id="admin.config.general" template="" lang="" group="0" version="18.1">
|
||||||
<grid width="100%" class="admin-config egwGridView_grid">
|
<grid width="100%" class="admin-config egwGridView_grid">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="70%"/>
|
<column width="70%"/>
|
||||||
@ -57,9 +61,16 @@
|
|||||||
<option value="True">Yes</option>
|
<option value="True">Yes</option>
|
||||||
</select>
|
</select>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
</rows>
|
||||||
<description value="appearance" span="all" class="subHeader"/>
|
</grid>
|
||||||
</row>
|
</template>
|
||||||
|
<template id="admin.config.appearance" template="" lang="" group="0" version="18.1">
|
||||||
|
<grid width="100%" class="admin-config egwGridView_grid">
|
||||||
|
<columns>
|
||||||
|
<column width="70%"/>
|
||||||
|
<column/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description value="Enter the title for your site" label="%s:"/>
|
<description value="Enter the title for your site" label="%s:"/>
|
||||||
<textbox id="newsettings[site_title]"/>
|
<textbox id="newsettings[site_title]"/>
|
||||||
@ -131,9 +142,16 @@
|
|||||||
<description value="Applications available on mobile devices" label="%s:"/>
|
<description value="Applications available on mobile devices" label="%s:"/>
|
||||||
<select-app id="newsettings[fw_mobile_app_list]" multiple="true" tags="true" other=",enabled:home;groupdav;sitemgr-link;sitemgr;developer_tools;etemplate;stylite;archive;importexport;activesync;notifications;esyncpro;preferences;registration" width="100%"/>
|
<select-app id="newsettings[fw_mobile_app_list]" multiple="true" tags="true" other=",enabled:home;groupdav;sitemgr-link;sitemgr;developer_tools;etemplate;stylite;archive;importexport;activesync;notifications;esyncpro;preferences;registration" width="100%"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
</rows>
|
||||||
<description value="security" span="all" class="subHeader"/>
|
</grid>
|
||||||
</row>
|
</template>
|
||||||
|
<template id="admin.config.security" template="" lang="" group="0" version="18.1">
|
||||||
|
<grid width="100%" class="admin-config egwGridView_grid">
|
||||||
|
<columns>
|
||||||
|
<column width="70%"/>
|
||||||
|
<column/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description value="Cookie path (allows multiple eGW sessions with different directories, has problemes with SiteMgr!)" label="%s:"/>
|
<description value="Cookie path (allows multiple eGW sessions with different directories, has problemes with SiteMgr!)" label="%s:"/>
|
||||||
<select id="newsettings[cookiepath]">
|
<select id="newsettings[cookiepath]">
|
||||||
|
@ -4,7 +4,14 @@
|
|||||||
<overlay>
|
<overlay>
|
||||||
<template id="admin.site-config" template="" lang="" group="0" version="16.1">
|
<template id="admin.site-config" template="" lang="" group="0" version="16.1">
|
||||||
<description value="Site configuration" class="subHeader"/>
|
<description value="Site configuration" class="subHeader"/>
|
||||||
<template template="@template" width="100%"/>
|
<tabbox id="tabs2" width="100%">
|
||||||
|
<tabs>
|
||||||
|
<tab id="config" label="Configuration"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
|
<template template="@template" width="99%"/>
|
||||||
|
</tabpanels>
|
||||||
|
</tabbox>
|
||||||
<hbox class="dialogFooterToolbar">
|
<hbox class="dialogFooterToolbar">
|
||||||
<button id="save" label="Save"/>
|
<button id="save" label="Save"/>
|
||||||
<button id="apply" label="Apply"/>
|
<button id="apply" label="Apply"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user