mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-19 20:39:59 +01:00
using all space for values
This commit is contained in:
parent
ae41fbab86
commit
eaa7082683
@ -67,7 +67,7 @@
|
|||||||
<checkbox label="required" id="${row}[needed]"/>
|
<checkbox label="required" id="${row}[needed]"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<listbox type="select-account" align="center" statustext="Select accounts for which the custom field should be visible" id="${row}[private]" rows="3" options="both"/>
|
<listbox type="select-account" align="center" statustext="Select accounts for which the custom field should be visible" id="${row}[private]" rows="3" options="both"/>
|
||||||
<textbox multiline="true" statustext="each value is a line like id[=label]" id="${row}[values]" rows="2" cols="30"/>
|
<textbox multiline="true" statustext="each value is a line like id[=label]" id="${row}[values]" rows="4" cols="30"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
<textbox statustext="max length of the input [, length of the inputfield (optional)]" id="${row}[len]" size="5"/>
|
<textbox statustext="max length of the input [, length of the inputfield (optional)]" id="${row}[len]" size="5"/>
|
||||||
<textbox type="integer" blur="1" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="${row}[rows]" min="0" max="10" size="2"/>
|
<textbox type="integer" blur="1" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="${row}[rows]" min="0" max="10" size="2"/>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<customfields-types statustext="Type of customfield" id="{$row}[type]"/>
|
<customfields-types statustext="Type of customfield" id="{$row}[type]"/>
|
||||||
<checkbox label="required" id="${row}[needed]"/>
|
<checkbox label="required" id="${row}[needed]"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<textbox multiline="true" statustext="each value is a line like <id>[=<label>]" id="${row}[values]" rows="2" cols="30"/>
|
<textbox multiline="true" statustext="each value is a line like <id>[=<label>]" id="${row}[values]" rows="4" cols="30"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
<textbox statustext="max length of the input [, length of the inputfield (optional)]" id="${row}[len]" size="5"/>
|
<textbox statustext="max length of the input [, length of the inputfield (optional)]" id="${row}[len]" size="5"/>
|
||||||
<textbox type="integer" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="${row}[rows]" min="0" max="10" size="2"/>
|
<textbox type="integer" statustext="number of row for a multiline inputfield or line of a multi-select-box" id="${row}[rows]" min="0" max="10" size="2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user