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 @@
<key> <string>js_enabled</string> </key>
<value> <int>1</int> </value>
</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>
<key> <string>list_method</string> </key>
<value>
......@@ -523,6 +546,10 @@
</list>
</value>
</item>
<item>
<key> <string>report_axis_groups</string> </key>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<value>
......@@ -559,20 +586,20 @@
<value>
<list>
<tuple>
<string>year_domain</string>
<string>Year</string>
</tuple>
<tuple>
<string>month_domain</string>
<string>Month</string>
<string>day_domain</string>
<string>Day</string>
</tuple>
<tuple>
<string>week_domain</string>
<string>Week</string>
</tuple>
<tuple>
<string>day_domain</string>
<string>Day</string>
<string>month_domain</string>
<string>Month</string>
</tuple>
<tuple>
<string>year_domain</string>
<string>Year</string>
</tuple>
</list>
</value>
......@@ -595,7 +622,7 @@
</item>
<item>
<key> <string>size_planning_width</string> </key>
<value> <int>700</int> </value>
<value> <int>800</int> </value>
</item>
<item>
<key> <string>size_x_axis_height</string> </key>
......@@ -644,6 +671,10 @@
<key> <string>use_date_zoom</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>vertical_view</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
......
301
\ No newline at end of file
302
\ 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