2013-04-28 16:52:41 +02:00
|
|
|
<?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">
|
2013-05-03 15:08:08 +02:00
|
|
|
<description for="@${row}[name]" id="${row}[label]"/>
|
2013-05-10 09:50:30 +02:00
|
|
|
<html id="${row}[help]" class="prefHelp"/>
|
2013-04-28 16:52:41 +02:00
|
|
|
</box>
|
2013-05-03 15:08:08 +02:00
|
|
|
<box>
|
2013-05-09 12:41:38 +02:00
|
|
|
<widget type="@${row}[type]" id="@${row}[name]" onchange="@${row}[onchange]" size="@${row}[size]" no_lang="1" class="prefValue"/>
|
2013-05-03 15:08:08 +02:00
|
|
|
<description id="${row}[default]" no_lang="1" class="prefDefault"/>
|
|
|
|
</box>
|
2013-04-28 16:52:41 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="preferences.settings" template="" lang="" group="0" version="1.9.001">
|
2013-05-03 15:08:08 +02:00
|
|
|
<menulist>
|
2013-05-03 17:25:11 +02:00
|
|
|
<menupopup id="type" onchange="1" class="prefType"/>
|
2013-05-03 15:08:08 +02:00
|
|
|
</menulist>
|
|
|
|
<menulist>
|
2013-05-03 17:25:11 +02:00
|
|
|
<menupopup id="appname" onchange="1" options="Common preferences" class="prefApp"/>
|
2013-05-03 15:08:08 +02:00
|
|
|
</menulist>
|
2013-04-28 16:52:41 +02:00
|
|
|
<tabbox id="tabs">
|
|
|
|
<tabs>
|
2013-05-09 11:38:12 +02:00
|
|
|
<tab id="tab1" label="Settings"/>
|
2013-04-28 16:52:41 +02:00
|
|
|
</tabs>
|
|
|
|
<tabpanels>
|
|
|
|
<template id="preferences.settings.tab1" content="tab1"/>
|
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
2013-12-12 21:27:35 +01:00
|
|
|
<button label="Save" id="button[save]" image="save" background_image="1"/>
|
|
|
|
<button label="Apply" id="button[apply]" image="apply" background_image="1"/>
|
|
|
|
<button label="Cancel" id="button[cancel]" image="cancel" background_image="1"/>
|
2013-04-28 16:52:41 +02:00
|
|
|
</template>
|
|
|
|
</overlay>
|