Commit e791bed9 authored by Rafael Monnerat's avatar Rafael Monnerat

uptated planning_box

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18288 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ef50c02
...@@ -502,6 +502,29 @@ ...@@ -502,6 +502,29 @@
<key> <string>js_enabled</string> </key> <key> <string>js_enabled</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>lane_root_list</string> </key>
<value>
<list>
<tuple>
<string>base_day_domain</string>
<string>Day</string>
</tuple>
<tuple>
<string>base_week_domain</string>
<string>Week</string>
</tuple>
<tuple>
<string>base_month_domain</string>
<string>Month</string>
</tuple>
<tuple>
<string>base_year_domain</string>
<string>Year</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
...@@ -523,6 +546,10 @@ ...@@ -523,6 +546,10 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>report_axis_groups</string> </key>
<value> <int>10</int> </value>
</item>
<item> <item>
<key> <string>report_root_list</string> </key> <key> <string>report_root_list</string> </key>
<value> <value>
...@@ -559,20 +586,20 @@ ...@@ -559,20 +586,20 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>year_domain</string> <string>day_domain</string>
<string>Year</string> <string>Day</string>
</tuple>
<tuple>
<string>month_domain</string>
<string>Month</string>
</tuple> </tuple>
<tuple> <tuple>
<string>week_domain</string> <string>week_domain</string>
<string>Week</string> <string>Week</string>
</tuple> </tuple>
<tuple> <tuple>
<string>day_domain</string> <string>month_domain</string>
<string>Day</string> <string>Month</string>
</tuple>
<tuple>
<string>year_domain</string>
<string>Year</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -595,7 +622,7 @@ ...@@ -595,7 +622,7 @@
</item> </item>
<item> <item>
<key> <string>size_planning_width</string> </key> <key> <string>size_planning_width</string> </key>
<value> <int>700</int> </value> <value> <int>800</int> </value>
</item> </item>
<item> <item>
<key> <string>size_x_axis_height</string> </key> <key> <string>size_x_axis_height</string> </key>
...@@ -644,6 +671,10 @@ ...@@ -644,6 +671,10 @@
<key> <string>use_date_zoom</string> </key> <key> <string>use_date_zoom</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>vertical_view</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>whitespace_preserve</string> </key> <key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
......
301 302
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment