mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix infolog customfield-type
This commit is contained in:
parent
2f905e8290
commit
8cc3603ec0
@ -65,7 +65,7 @@
|
|||||||
<description id="${row}[label]"/>
|
<description id="${row}[label]"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<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="2" cols="30"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user