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:
parent
834ccde51c
commit
2079b37455
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue