[Erp5-report] r36855 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 5 12:24:02 CEST 2010


Author: ivan
Date: Mon Jul  5 12:24:01 2010
New Revision: 36855

URL: http://svn.erp5.org?rev=36855&view=rev
Log:
Add an extra CSS class selector so JavaScript warning for leaving without saving changes can still be enabled.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=36855&r1=36854&r2=36855&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml [utf8] Mon Jul  5 12:24:01 2010
@@ -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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=36855&r1=36854&r2=36855&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Mon Jul  5 12:24:01 2010
@@ -1 +1 @@
-957
\ No newline at end of file
+958
\ No newline at end of file




More information about the Erp5-report mailing list