From 7c9d74553f5231b25bcfcb6722c86747ee74c3e8 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Fri, 3 Aug 2007 16:09:51 +0000 Subject: [PATCH] 2007-08-03 Yusei * State that there is only one ListBox in list mode and the ID is certainly "listbox". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15473 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/list_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml index b7f3421e79..ae9dc12f2f 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/list_main.xml @@ -82,7 +82,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <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 -- 2.30.9