[Erp5-report] r12665 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 13 16:01:24 CET 2007


Author: kristian
Date: Tue Feb 13 16:01:20 2007
New Revision: 12665

URL: http://svn.erp5.org?rev=12665&view=rev
Log:
2007-02-13 kr
* Renamed Cancel to Cancel Action to solve disambiguities with Cancel workflows.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml?rev=12665&r1=12664&r2=12665&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml Tue Feb 13 16:01:20 2007
@@ -95,7 +95,7 @@
           <tal:block metal:define-slot="main" />\n
           <tal:block metal:define-slot="bottom" />\n
         </div>\n
-        <input tal:attributes="value python: here.Base_translateString(\'Cancel\')"\n
+        <input tal:attributes="value python: here.Base_translateString(\'Cancel Action\')"\n
                id="dialog_cancel_button" name="Base_cancel:method" type="submit"\n
                onclick="this.onclick=function(event) { return false; };" />\n
         <input tal:condition="python: form.update_action!=\'\'"\n




More information about the Erp5-report mailing list