diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml index bf9b261b04bc10af892ba8608d1a9a3459aabf72..71c8b6f9573bea017e0c3ef946c87f66bda778df 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml @@ -61,7 +61,8 @@ show_anchor_column here/showAnchorColumn;\n show_search_line here/showSearchLine;\n is_web_mode request/is_web_mode | nothing;\n - list_style python:request.get(\'list_style\', is_web_mode and \'table\' or None);\n + list_style python:request.get(\'list_style\', \n + selection.getParams().get(\'list_style\', is_web_mode and \'table\' or None));\n is_gadget_mode request/is_gadget_mode | nothing;\n ">\n <!-- ListBox starts here. -->\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 779a8736e2c9762c2e62590be40c16f5209c1589..cb225603316a1950cb97a32db5bb5c9e7a44618b 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -826 \ No newline at end of file +827 \ No newline at end of file