fix setting of 'hideTime' flag
This commit is contained in:
parent
c65ab2ce77
commit
2aefaa082b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
<input type="text" name="field" style="width: 6em; height: 1.5em"
|
||||
dojoType="dijit.form.TimeTextBox"
|
||||
tal:define="width field/width|nothing"
|
||||
tal:condition="field/hideTime|python:True"
|
||||
tal:condition="not:field/hideTime|python:False"
|
||||
tal:attributes="name name;
|
||||
value data/?name|string:;
|
||||
required field/required_js" />
|
||||
|
|
Loading…
Add table
Reference in a new issue