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