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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 8 17:51:31 CEST 2008


Author: nicolas
Date: Tue Apr  8 17:51:30 2008
New Revision: 20362

URL: http://svn.erp5.org?rev=20362&view=rev
Log:
Default Color choices are delegated to OOo.org not by PageTemplate, by TD

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_buildChart.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_buildChart.xml?rev=20362&r1=20361&r2=20362&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_buildChart.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_buildChart.xml Tue Apr  8 17:51:30 2008
@@ -283,7 +283,7 @@
                     style:family="chart"\n
                     tal:attributes="style:name python:\'data_bar_%s\' % column_item[0]">\n
         <style:graphic-properties  svg:stroke-color=\'#000000\'\n
-                                  tal:attributes="draw:fill-color python:request.colour_column_dict.get(column_item[0], \'#ff6f00\');\n
+                                  tal:attributes="draw:fill-color python:request.colour_column_dict.get(column_item[0]);\n
                                   "/>\n
         <tal:block metal:use-macro="here/OOoChart_macroLibrary/macros/style_text_properties" />\n
       </style:style>\n
@@ -292,7 +292,7 @@
       <style:style tal:condition="python:chart_type==\'chart:line\' or chart_type==\'chart:scatter\' and series_source==\'columns\'"\n
                     style:family="chart"\n
                     tal:attributes="style:name python:\'data_line_%s\' % column_item[0]">\n
-        <style:graphic-properties  tal:attributes="svg:stroke-color python:request.colour_column_dict.get(column_item[0], \'#ff6f00\'); "/>\n
+        <style:graphic-properties  tal:attributes="svg:stroke-color python:request.colour_column_dict.get(column_item[0]); "/>\n
         <tal:block metal:use-macro="here/OOoChart_macroLibrary/macros/style_text_properties" />\n
       </style:style>\n
 \n
@@ -302,7 +302,7 @@
                     tal:attributes="style:name python:\'data_circle_%s\' % column_item[0]">\n
 \n
         <style:graphic-properties svg:stroke-color=\'#000000\'\n
-                                  tal:attributes="draw:fill-color python:request.colour_column_dict.get(column_item[0], \'#ff6f00\');\n
+                                  tal:attributes="draw:fill-color python:request.colour_column_dict.get(column_item[0]);\n
                                   "/>\n
         <tal:block metal:use-macro="here/OOoChart_macroLibrary/macros/style_text_properties" />\n
       </style:style>\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=20362&r1=20361&r2=20362&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Apr  8 17:51:30 2008
@@ -1,1 +1,1 @@
-778
+779




More information about the Erp5-report mailing list