make sure submit button also works for page forms

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

View file

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