[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2012-12-12 17:26:01 +01:00
parent ba5bc76548
commit 4db5e9d995
3 changed files with 17 additions and 13 deletions

View file

@ -38,5 +38,6 @@
<label tal:attributes="for widgetName" tal:content="python: _(widget['labelId'])"></label><br>&nbsp;&nbsp;
<input type="text" tal:define="maxChars python: test(widget['maxChars'], widget['maxChars'], '')"
tal:attributes="name python: '%s*string' % widgetName;
maxlength maxChars"/>
maxlength maxChars;
value widget/defaultForSearch"/>
</metal:search>