[Erp5-report] r38259 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 10 13:07:08 CEST 2010


Author: ivan
Date: Fri Sep 10 13:07:04 2010
New Revision: 38259

URL: http://svn.erp5.org?rev=38259&view=rev
Log:
Show list style selection only if we have more than one list style.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml?rev=38259&r1=38258&r2=38259&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] Fri Sep 10 13:07:04 2010
@@ -73,7 +73,7 @@
               current_page_stop  python: (total_line < current_page_max) and total_line or current_page_max;\n
               form_url string:${context_url}/${form_id};\n
               need_pagination python: total_line > listbox_max_lines;\n
-              show_list_style_selection python: len(display_style_list) > 0;\n
+              show_list_style_selection python: len(display_style_list) > 1;\n
               show_listbox_tree_mode_selection python: not is_gadget_mode and \n
                                                        (is_domain_tree_supported or is_report_tree_supported);\n
               show_list_action_link python: here.field.get_value(\'list_action\');\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=38259&r1=38258&r2=38259&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Sep 10 13:07:04 2010
@@ -1 +1 @@
-1006
\ No newline at end of file
+1008
\ No newline at end of file




More information about the Erp5-report mailing list