Commit 4bb6f0ef authored by Ivan Tyagov's avatar Ivan Tyagov

Add an extra CSS class selector so JavaScript warning for leaving without...

Add an extra CSS class selector so JavaScript warning for leaving without saving changes can still be enabled.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36855 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16961b93
......@@ -94,7 +94,7 @@
tal:attributes="value python:\'%s/%s\' % (here.absolute_url(), form_id)" />\n
<input type="hidden" name="view_document_url" value=""\n
tal:attributes="value python:\'%s/%s\' % (here.absolute_url(), \'view\')" />\n
<button id="input-save-view" class="formbt" type="submit"\n
<button id="input-save-view" class="formbt save" type="submit"\n
title="Save &amp; View" name="Base_editAndViewAsWeb:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span>\n
......@@ -102,7 +102,7 @@
<span class="description" i18n:translate="" i18n:domain="ui">Save &amp; View</span>\n
</span>\n
</button>\n
<button id="input-save-edit" class="formbt" type="submit"\n
<button id="input-save-edit" class="formbt save" type="submit"\n
title="Save &amp; Edit" name="Base_editAndEditAsWeb:method"\n
i18n:attributes="title" i18n:domain="ui">\n
<span>\n
......
957
\ No newline at end of file
958
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment