2015-02-17 10:55:05 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2017-02-01 09:59:37 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
2014-10-22 21:55:27 +02:00
<!-- $Id$ -->
<overlay>
2019-04-09 22:48:44 +02:00
<template id="admin.customfield_edit.settings" template="" lang="" group="0" version="1.9.001">
2015-02-09 13:54:15 +01:00
<grid width="100%">
2014-10-22 21:55:27 +02:00
<columns>
2014-12-10 15:34:48 +01:00
<column width="100"/>
2014-10-30 15:13:45 +01:00
<column width="350"/>
2014-11-24 22:58:07 +01:00
<column width="45"/>
2014-12-10 15:34:48 +01:00
<column width="50"/>
2014-10-22 21:55:27 +02:00
</columns>
<rows>
<row disabled="@no_types">
<description value="Type"/>
2014-11-24 22:58:07 +01:00
<menulist span="3">
<menupopup id="cf_type2" no_lang="1" rows="5"/>
2014-10-22 21:55:27 +02:00
</menulist>
<description/>
</row>
<row>
<description value="Label"/>
2014-11-24 22:58:07 +01:00
<textbox statustext="the text displayed to the user" id="cf_label" maxlength="255" class="et2_fullWidth" span="3"/>
2014-10-22 21:55:27 +02:00
</row>
<row>
<description value="Type of field"/>
2015-02-18 19:23:35 +01:00
<customfields-types statustext="Type of customfield" id="cf_type" class="et2_fullWidth" span="2" onchange="app.admin.cf_type_change"/>
2014-11-24 22:58:07 +01:00
<hbox span="2">
2014-10-30 15:13:45 +01:00
<description value="Required"/>
<checkbox id="cf_needed"/>
</hbox>
2014-10-22 21:55:27 +02:00
</row>
<row disabled="!@use_private">
<description value="Private"/>
2014-11-24 22:58:07 +01:00
<taglist-account class="et2_fullWidth" statustext="Select accounts for which the custom field should be visible" id="cf_private" rows="3" account_type="both" span="3" empty_label="Add user or group"/>
2014-10-22 21:55:27 +02:00
</row>
<row>
2014-12-10 15:34:48 +01:00
<description statustext="each value is a line like id[=label], or use @path to read options from a file in EGroupware directory" value="Options"/>
2014-11-24 22:58:07 +01:00
<textbox multiline="true" statustext="@statustext" id="cf_values" rows="5" cols="30" span="3" width="99%"/>
2014-10-22 21:55:27 +02:00
</row>
<row>
2014-10-30 15:13:45 +01:00
<description value="Attributes"/>
2014-11-24 22:58:07 +01:00
<box span="3" class="attributes">
2014-12-10 15:34:48 +01:00
<description value="Length"/>
<textbox type="integer" statustext="displayed length of input field (set rows=1 to limit length)" id="cf_len" size="4"/>
<description value="Rows"/>
2020-10-20 10:13:54 +02:00
<textbox type="integer" blur="1" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="cf_rows" min="0" size="4"/>
2014-12-10 15:34:48 +01:00
<description value="Order"/>
2014-11-24 22:58:07 +01:00
<textbox type="integer" statustext="determines the order the fields are displayed" id="cf_order" min="1" size="4"/>
2014-10-30 15:13:45 +01:00
</box>
2019-04-09 22:48:44 +02:00
2014-10-22 21:55:27 +02:00
<description/>
</row>
2019-04-09 22:48:44 +02:00
</rows>
</grid>
</template>
<template id="admin.customfield_edit" template="" lang="" group="0" version="1.9.001">
<grid width="100%">
<columns>
<column width="100"/>
<column width="350"/>
<column width="45"/>
<column width="50"/>
</columns>
<rows>
<row class="dialogHeader" height="28">
<description statustext="the name used internaly (&lt;= 20 chars), changeing it makes existing data unavailible" value="Name"/>
<textbox statustext="the name used internaly (<= 20 chars), changeing it makes existing data unavailible" id="cf_name" size="20" maxlength="32" needed="true" class="et2_fullWidth" span="2"/>
<appicon/>
</row>
<row>
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="400px">
<tabs>
<tab id="settings" label="Settings" statustext="Settings"/>
</tabs>
<tabpanels>
<template id="admin.customfield_edit.settings"/>
</tabpanels>
</tabbox>
</row>
2014-10-22 21:55:27 +02:00
<row class="dialogFooterToolbar">
<hbox span="2">
<button statustext="Saves this entry" label="Save" id="button[save]" image="save" background_image="1"/>
<button statustext="Apply the changes" label="Apply" id="button[apply]" image="apply" background_image="1"/>
<button statustext="leave without saveing the entry" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
</hbox>
2015-04-20 23:49:05 +02:00
<button align="right" statustext="delete this entry" label="Delete" id="button[delete]" image="delete" onclick="et2_dialog.confirm(widget,'Delete this entry?','Delete')" background_image="1" span="all"/>
2014-10-22 21:55:27 +02:00
</row>
</rows>
</grid>
</template>
2015-02-17 10:55:05 +01:00
</overlay>