improve styling of date input widget
This commit is contained in:
parent
b924051d49
commit
1c40b071d8
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
|
||||
|
||||
<metal:field define-macro="date">
|
||||
<input dojoType="dijit.form.DateTextBox"
|
||||
constraints="{datePattern: 'd. MMM y',
|
||||
<input dojoType="dijit.form.DateTextBox" style="width: 8em"
|
||||
constraints="{datePattern: 'd.M.y',
|
||||
min: '1980-01-01', max: '2020-12-31'}"
|
||||
tal:attributes="name string:${field/name};
|
||||
value crit/comparisonValue|nothing" />
|
||||
|
|
Loading…
Add table
Reference in a new issue