diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox.xml index 52b85a966a8ab6d92c5035adea9c995313ce2f1d..60121a17383f44df93c35ac06fa52709c1ed1207 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox.xml @@ -11,6 +11,7 @@ <value> <list> <string>columns</string> + <string>editable_columns</string> <string>list_method</string> <string>title</string> </list> @@ -96,6 +97,21 @@ </list> </value> </item> + <item> + <key> <string>editable_columns</string> </key> + <value> + <list> + <tuple> + <string>detail</string> + <string>detail</string> + </tuple> + <tuple> + <string>result</string> + <string>result</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string>my_view_mode_listbox</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_detail.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_detail.xml index 3eb35f932d879d86c78c806f882f674d7dc434a7..01759ab547930fd756f925eb30ad50a07b346a2f 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_detail.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_detail.xml @@ -10,6 +10,8 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>css_class</string> + <string>editable</string> <string>title</string> </list> </value> @@ -71,6 +73,14 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>css_class</string> </key> + <value> <string>pre</string> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string>my_text_area_field</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_result.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_result.xml index b67dcb1c790fb7a611341d644135f4ddf8613867..13a7690a0d80f90c1dc9276364aba9210786a8c4 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_result.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/listbox_result.xml @@ -10,6 +10,8 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>css_class</string> + <string>editable</string> <string>title</string> </list> </value> @@ -71,6 +73,14 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>css_class</string> </key> + <value> <string>pre</string> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string>my_text_area_field</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/my_start_date.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/my_start_date.xml index 70593725d90a28b2a6bc867f7d37bd4d1fd1246d..fdf006f4632a1573254726caa725c8085d1836c0 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/my_start_date.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActiveProcess_view/my_start_date.xml @@ -10,6 +10,7 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>date_only</string> <string>editable</string> <string>title</string> </list> @@ -72,6 +73,10 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>date_only</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>editable</string> </key> <value> <int>0</int> </value>