[Erp5-report] r24930 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 17 16:20:04 CET 2008


Author: jerome
Date: Wed Dec 17 16:20:02 2008
New Revision: 24930

URL: http://svn.erp5.org?rev=24930&view=rev
Log:
don't translate column values

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml?rev=24930&r1=24929&r2=24930&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml [utf8] Wed Dec 17 16:20:02 2008
@@ -192,9 +192,7 @@
                           value_type python:((column_type in (\'float\', \'int\', \'long\',)) and \'float\') or \'string\'">\n
                   <table:table-cell tal:condition="python: value_type == \'string\'"\n
                                     tal:attributes="office:value-type value_type">\n
-                    <text:p tal:content="column_value"\n
-                            i18n:domain="ui"\n
-                            i18n:translate=""></text:p>\n
+                    <text:p tal:content="column_value"/>\n
                   </table:table-cell>\n
                   <table:table-cell tal:condition="python:value_type != \'string\'"\n
                                     tal:attributes="office:value column_value;\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=24930&r1=24929&r2=24930&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed Dec 17 16:20:02 2008
@@ -1,1 +1,1 @@
-1049
+1050




More information about the Erp5-report mailing list