avoid required attribute in non-Dojo input fields because this would be interpreted by modern browsers

This commit is contained in:
Helmut Merz 2012-02-04 11:12:27 +01:00
parent 56e39fe6fa
commit a7f54226d8

View file

@ -93,7 +93,7 @@
('width: %s;;' % (width and str(width)+'px' or '600px')) +
'height: 1.5em;;';
value data/?name|string:;
required field/required_js;" />
xxrequired field/required_js;" />
</metal:textline>