mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
61 lines
2.0 KiB
XML
61 lines
2.0 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="preferences.settings.tab1" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%" class="prefTable egwGridView_grid">
|
|
<columns>
|
|
<column width="50%"/>
|
|
<column width="50%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="prefRow">
|
|
<et2-box class="prefName">
|
|
<et2-description for="@${row}[name]" id="${row}[label]"></et2-description>
|
|
<html id="${row}[help]" class="prefHelp"/>
|
|
</et2-box>
|
|
<et2-box>
|
|
<widget type="@${row}[type]" id="@${row}[name]" onchange="@${row}[onchange]" size="@${row}[size]" no_lang="1" class="prefValue"/>
|
|
<et2-description id="${row}[default]" class="prefDefault" noLang="1"></et2-description>
|
|
</et2-box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="preferences.settings" template="" lang="" group="0" version="1.9.002">
|
|
<grid border="1" width="100%">
|
|
<columns>
|
|
<column width = "50%"/>
|
|
<column width="50%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeadbar" >
|
|
<et2-hbox width="100%">
|
|
<et2-button id="button[save]"></et2-button>
|
|
<et2-button id="button[apply]"></et2-button>
|
|
<et2-button id="button[cancel]" onclick="window.close();"></et2-button>
|
|
</et2-hbox>
|
|
|
|
</row>
|
|
<row>
|
|
<et2-hbox width="100%">
|
|
<et2-select id="appname" onchange="1" class="prefApp" emptyLabel="Common preferences"></et2-select>
|
|
<et2-select id="type" onchange="1" class="prefType"></et2-select>
|
|
</et2-hbox>
|
|
</row>
|
|
<row>
|
|
<et2-tabbox id="tabs">
|
|
<tabs>
|
|
<tab id="tab1" label="Settings"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="preferences.settings.tab1" content="tab1"/>
|
|
</tabpanels>
|
|
</et2-tabbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
|
|
|
|
</template>
|
|
</overlay> |