make sure submit button also works for page forms

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3452 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-07-09 11:14:21 +00:00
parent 2079b37455
commit 155deff1f2

View file

@ -250,7 +250,7 @@
<input value="Save" type="submit"
i18n:attributes="value"
tal:attributes="onClick python: view.closeAction(True) or
'return True'">
'return true'">
<input type="button" value="Cancel" onClick="dlg.hide();"
i18n:attributes="value"
tal:condition="view/isInnerHtml"