[Erp5-report] r15473 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 3 18:09:51 CEST 2007


Author: yusei
Date: Fri Aug  3 18:09:51 2007
New Revision: 15473

URL: http://svn.erp5.org?rev=15473&view=rev
Log:
2007-08-03 Yusei
* State that there is only one ListBox in list mode and the ID is certainly "listbox".

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml?rev=15473&r1=15472&r2=15473&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml Fri Aug  3 18:09:51 2007
@@ -82,7 +82,7 @@
   <tal:block tal:define="form_action string:Base_doSelect;\n
                          form_id form/id;\n
                          list_mode python: True;\n
-                         listmode_default_listbox python: form.Form_getListbox();\n
+                         listmode_default_listbox python:form.listbox;\n
                          selection_name listmode_default_listbox/selection_name;\n
                          selection_index request/selection_index | python:0;\n
                          dummy python: selection_name and request.set(\'selection_name\', selection_name);\n




More information about the Erp5-report mailing list