mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-04 10:11:26 +01:00
Admin: Fix hidden double-load of some config templates
Fixes problem loading collabora support-key files
This commit is contained in:
parent
3f5a0900f1
commit
a72c2f9b52
@ -5,7 +5,7 @@
|
|||||||
<et2-vbox height="100%">
|
<et2-vbox height="100%">
|
||||||
<et2-description value="Site configuration" class="subHeader"></et2-description>
|
<et2-description value="Site configuration" class="subHeader"></et2-description>
|
||||||
<et2-box disabled="@need_tab" class="mainContent">
|
<et2-box disabled="@need_tab" class="mainContent">
|
||||||
<template template="@template" width="99%"/>
|
<template disabled="@need_tab" template="@template" width="99%"/>
|
||||||
</et2-box>
|
</et2-box>
|
||||||
<et2-box disabled="!@need_tab" class="mainContent">
|
<et2-box disabled="!@need_tab" class="mainContent">
|
||||||
<et2-tabbox id="tabs2" tabHeight="auto">
|
<et2-tabbox id="tabs2" tabHeight="auto">
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<tab id="config" label="Configuration"/>
|
<tab id="config" label="Configuration"/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<template template="@template" width="99%"/>
|
<template disabled="!@need_tab" template="@template" width="99%"/>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</et2-tabbox>
|
</et2-tabbox>
|
||||||
</et2-box>
|
</et2-box>
|
||||||
|
Loading…
Reference in New Issue
Block a user