[gen] Bugfixes.
This commit is contained in:
parent
ba5bc76548
commit
4db5e9d995
3 changed files with 17 additions and 13 deletions
|
@ -38,5 +38,6 @@
|
|||
<label tal:attributes="for widgetName" tal:content="python: _(widget['labelId'])"></label><br>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue