mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<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/>
|
|
</columns>
|
|
<rows>
|
|
<row class="prefRow">
|
|
<box class="prefName">
|
|
<description for="@${row}[name]" id="${row}[label]"/>
|
|
<description id="${row}[help]" class="prefHelp"/>
|
|
</box>
|
|
<box>
|
|
<widget type="@${row}[type]" id="@${row}[name]" no_lang="1" class="prefValue"/>
|
|
<description id="${row}[default]" no_lang="1" class="prefDefault"/>
|
|
</box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="preferences.settings" template="" lang="" group="0" version="1.9.001">
|
|
<description id="msg" class="redItalic"/>
|
|
<menulist>
|
|
<menupopup id="type" onchange="1" class="prefType"/>
|
|
</menulist>
|
|
<menulist>
|
|
<menupopup id="appname" onchange="1" options="Common preferences" class="prefApp"/>
|
|
</menulist>
|
|
<tabbox id="tabs">
|
|
<tabs>
|
|
<tab id="tab1" label="Settings"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="preferences.settings.tab1" content="tab1"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
<hbox>
|
|
<button label="Save" id="button[save]"/>
|
|
<button label="Apply" id="button[apply]"/>
|
|
<button label="Cancel" id="button[cancel]"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay> |