Fix infolog customfield-type

This commit is contained in:
Hadi Nategh 2014-01-08 14:36:11 +00:00
parent 2f905e8290
commit 8cc3603ec0

View File

@ -65,7 +65,7 @@
<description id="${row}[label]"/>
</vbox>
<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]"/>
</vbox>
<textbox multiline="true" statustext="each value is a line like &lt;id&gt;[=&lt;label&gt;]" id="${row}[values]" rows="2" cols="30"/>