egroupware_official/admin/templates/default/site-config.xet
nathan a72c2f9b52 Admin: Fix hidden double-load of some config templates
Fixes problem loading collabora support-key files
2025-01-24 11:50:00 -07:00

27 lines
1.3 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 disabled="@need_tab" template="@template" width="99%"/>
</et2-box>
<et2-box disabled="!@need_tab" class="mainContent">
<et2-tabbox id="tabs2" tabHeight="auto">
<tabs>
<tab id="config" label="Configuration"/>
</tabs>
<tabpanels>
<template disabled="!@need_tab" 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>