appy.gen: minor bufgixes.

This commit is contained in:
Gaetan Delannay 2012-03-02 15:42:22 +01:00
parent 7d605d1fbb
commit 91d3887847
3 changed files with 7 additions and 5 deletions

View file

@ -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)"