2016-04-21 18:39:59 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2016-04-21 18:39:59 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="admin.site-config" template="" lang="" group="0" version="16.1">
|
|
|
|
<description value="Site configuration" class="subHeader"/>
|
2018-08-17 14:36:44 +02:00
|
|
|
<tabbox id="tabs2" width="100%">
|
|
|
|
<tabs>
|
|
|
|
<tab id="config" label="Configuration"/>
|
|
|
|
</tabs>
|
|
|
|
<tabpanels>
|
|
|
|
<template template="@template" width="99%"/>
|
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
2016-04-21 18:39:59 +02:00
|
|
|
<hbox class="dialogFooterToolbar">
|
|
|
|
<button id="save" label="Save"/>
|
|
|
|
<button id="apply" label="Apply"/>
|
|
|
|
<button id="cancel" label="Cancel"/>
|
|
|
|
</hbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|