From 559e4f0cc29fd6cba2bd3540124a4673026ec450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 17 Dec 2008 15:20:02 +0000 Subject: [PATCH] don't translate column values git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24930 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_core/OOoChart_macroLibrary.xml | 4 +--- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml index fe26a9becd..f69ac13019 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/OOoChart_macroLibrary.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 6409db2562..f88337fb7a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1049 \ No newline at end of file +1050 \ No newline at end of file -- 2.30.9