egroupware_official/admin/templates/default/site-config.xet

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
<overlay>
<template id="admin.site-config" template="" lang="" group="0" version="16.1">
<et2-vbox height="100%">
<et2-description value="Site configuration" class="subHeader"></et2-description>
<et2-box disabled="@need_tab" class="mainContent">
<template template="@template" width="99%"/>
</et2-box>
<et2-box disabled="!@need_tab" class="mainContent">
<et2-tabbox id="tabs2">
<tabs>
<tab id="config" label="Configuration"/>
</tabs>
<tabpanels>
<template template="@template" width="99%"/>
</tabpanels>
</et2-tabbox>
</et2-box>
<et2-hbox class="dialogFooterToolbar">
<et2-button id="save" label="Save"></et2-button>
<et2-button id="apply" label="Apply"></et2-button>
<et2-button id="cancel" label="Cancel"></et2-button>
</et2-hbox>
</et2-vbox>
</template>
</overlay>