Commit a5fc5bc0 authored by Fabien Morin's avatar Fabien Morin

box was not defined

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20ee0b8b
......@@ -47,6 +47,7 @@ tal:define=" listbox_max_lines python: int(here.getMaxLineNumber());\n
current_page_start python: (listbox_max_lines * (current_page - 1)) + 1;\n
current_page_stop python: (total_line < current_page_max) and total_line or current_page_max;\n
is_web_mode request/is_web_mode | nothing;\n
box python: real_context.restrictedTraverse(box_relative_url);\n
absolute_url real_context/absolute_url;">\n
\n
<!-- ListBox (search mode) starts here. -->\n
......
679
\ No newline at end of file
680
\ 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