Commit 7e8fa902 authored by Ivan Tyagov's avatar Ivan Tyagov

Listbox search columns are passed in format: <listbox_field_id>_<search_column>.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43662 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6cb6b5ff
...@@ -388,9 +388,10 @@ ...@@ -388,9 +388,10 @@
\n \n
<tal:block tal:condition="python: search_field is None">\n <tal:block tal:condition="python: search_field is None">\n
<input tal:condition="python: not is_gadget_mode" \n <input tal:condition="python: not is_gadget_mode" \n
name="id" size="5" value=""\n size="5"\n
type="text" \n type="text" \n
tal:attributes="name alias; value param"\n tal:attributes="name string:${field_id}_${alias}; \n
value param"\n
onkeypress="submitFormOnEnter(event, this.form, \'Base_doSelect\');"/>\n onkeypress="submitFormOnEnter(event, this.form, \'Base_doSelect\');"/>\n
<!-- Search for gadget mode -->\n <!-- Search for gadget mode -->\n
<input tal:condition="python: is_gadget_mode" \n <input tal:condition="python: is_gadget_mode" \n
......
1064 1066
\ No newline at end of file \ No newline at end of file
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