Commit ce06e5d7 authored by Nicolas Delaby's avatar Nicolas Delaby

render_prefix is optional

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24665 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 810490e2
......@@ -90,7 +90,8 @@
</text:sequence-decls>\n
***** ########### listbox: must define the field listbox before calling this macro ! ########### *****\n
<tal:block metal:define-macro="listbox">\n
<tal:block tal:define="listboxline_list python:listbox.get_value(\'default\', render_format=\'list\', REQUEST=request, render_prefix=render_prefix);\n
<tal:block tal:define="render_prefix render_prefix | nothing;\n
listboxline_list python:listbox.get_value(\'default\', render_format=\'list\', REQUEST=request, render_prefix=render_prefix);\n
selection_name python:listbox.get_value(\'selection_name\', REQUEST=request);\n
editable_columns python:listbox.get_value(\'editable_columns\', REQUEST=request);\n
untranslatable_columns_dict python:dict([(column[0],1) for column in listbox.get_value(\'untranslatable_columns\', REQUEST=request)]);\n
......
65
\ No newline at end of file
66
\ 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