[Erp5-report] r36310 jerome - in /erp5/trunk/bt5/erp5_budget: SkinTemplateItem/portal_skins...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jun 14 16:26:57 CEST 2010
Author: jerome
Date: Mon Jun 14 16:26:49 2010
New Revision: 36310
URL: http://svn.erp5.org?rev=36310&view=rev
Log:
open groups by default
Modified:
erp5/trunk/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml
erp5/trunk/bt5/erp5_budget/bt/revision
Modified: erp5/trunk/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml?rev=36310&r1=36309&r2=36310&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml [utf8] Mon Jun 14 16:26:49 2010
@@ -380,12 +380,11 @@ AQABAEMAAAB9AQAAAAA=</string> </value>
</table:table-row>\n
\n
<tal:block tal:condition="python: same_type(line, []) and len(line)">\n
- <table:table-row-group table:display="false">\n
+ <table:table-row-group>\n
<tal:block tal:repeat="subline line">\n
<tal:block tal:condition="python: not same_type(subline, [])">\n
<!--simple row level 2 -->\n
<table:table-row table:style-name="Level3" \n
- tal:attributes="table:visibility python: repeat[\'subline\'].first and \'collapse\' or None"\n
tal:condition="subline/is_level_3 | nothing">\n
<table:table-cell table:style-name="Level3Cell1" office:value-type="string">\n
<text:p><tal:block tal:replace="subline/title"/></text:p>\n
@@ -413,10 +412,9 @@ AQABAEMAAAB9AQAAAAA=</string> </value>
</tal:block>\n
\n
<tal:block tal:condition="python: same_type(subline, []) and len(subline)">\n
- <table:table-row-group table:display="false">\n
+ <table:table-row-group>\n
<tal:block tal:repeat="subsubline subline">\n
<table:table-row table:style-name="Level4" \n
- tal:attributes="table:visibility python: repeat[\'subsubline\'].first and \'collapse\' or None"\n
tal:condition="subsubline/is_level_4 | nothing">\n
<table:table-cell table:style-name="Level4Cell1" office:value-type="string">\n
<text:p><tal:block tal:replace="subsubline/title"/></text:p>\n
Modified: erp5/trunk/bt5/erp5_budget/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/revision?rev=36310&r1=36309&r2=36310&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_budget/bt/revision [utf8] Mon Jun 14 16:26:49 2010
@@ -1 +1 @@
-280
\ No newline at end of file
+281
\ No newline at end of file
More information about the Erp5-report
mailing list