fix setting of 'hideTime' flag

This commit is contained in:
Helmut Merz 2012-04-23 13:43:10 +02:00
parent c65ab2ce77
commit 2aefaa082b

View file

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