From 6dfec3cdecc0a892716656488c7d596a236fabee Mon Sep 17 00:00:00 2001 From: Tristan Cavelier <tristan.cavelier@nexedi.com> Date: Tue, 22 Dec 2015 13:51:59 +0000 Subject: [PATCH] erp5_project: add title and anchor to Project_viewMilestone listbox --- .../erp5_project/Project_viewMilestone/listbox.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewMilestone/listbox.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewMilestone/listbox.xml index 71a671befb..b1b667d837 100644 --- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewMilestone/listbox.xml +++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewMilestone/listbox.xml @@ -11,6 +11,7 @@ <value> <list> <string>all_columns</string> + <string>anchor</string> <string>columns</string> <string>editable_columns</string> <string>portal_types</string> @@ -125,6 +126,10 @@ </list> </value> </item> + <item> + <key> <string>anchor</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>columns</string> </key> <value> @@ -160,6 +165,10 @@ <string>stop_date</string> <string>End Date</string> </tuple> + <tuple> + <string>title</string> + <string>Title</string> + </tuple> </list> </value> </item> -- 2.30.9