Commit 7c9d7455 authored by Yusei Tahara's avatar Yusei Tahara

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
parent 7e2b94bd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment