appy.gen: minor bufgixes.
This commit is contained in:
parent
7d605d1fbb
commit
91d3887847
3 changed files with 7 additions and 5 deletions
|
@ -241,7 +241,7 @@
|
|||
<select tal:attributes="name name;
|
||||
size python: test(isMultiple, widget['height'], '');
|
||||
multiple python: test(isMultiple, 'multiple', '')">
|
||||
<option tal:condition="not: isMultiple" tal:content="python: _('choose_a_value')"></option>
|
||||
<option value="" tal:condition="not: isMultiple" tal:content="python: _('choose_a_value')"></option>
|
||||
<tal:ref repeat="refObj allObjects">
|
||||
<option tal:define="uid python: contextObj.getReferenceUid(refObj)"
|
||||
tal:content="python: contextObj.getReferenceLabel(name, refObj)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue