allow for hiding time part on date widget

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4069 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-11-11 12:55:35 +00:00
parent 96c68f3cd5
commit 19e17a33c5

View file

@ -106,6 +106,7 @@
<input type="text" name="field" style="width: 6em; height: 1.5em" <input type="text" name="field" style="width: 6em; height: 1.5em"
dojoType="dijit.form.TimeTextBox" dojoType="dijit.form.TimeTextBox"
tal:define="width field/width|nothing" tal:define="width field/width|nothing"
tal:condition="field/hideTime|python:True"
tal:attributes="name name; tal:attributes="name name;
value data/?name|string:; value data/?name|string:;
required field/required_js" /> required field/required_js" />