Commit fbba5072 authored by Kevin Deldycke's avatar Kevin Deldycke

Minor code layout change.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8702 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 865adb19
......@@ -117,12 +117,7 @@
current_page_max python: listbox_max_lines * current_page;\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
<tal:block condition="python: total_line > 0">\n
Resultats\n
<em tal:content="current_page_start"/> -\n
<em tal:content="current_page_stop"/>\n
sur un total de <em tal:content="total_line"/><tal:block tal:condition="search_query"> pour <em tal:content="search_query"/></tal:block>.\n
</tal:block>\n
<tal:block condition="python: total_line > 0">Resultats <em tal:content="current_page_start"/> - <em tal:content="current_page_stop"/> sur un total de <em tal:content="total_line"/><tal:block tal:condition="search_query"> pour <em tal:content="search_query"/></tal:block>.</tal:block>\n
<span tal:condition="python: total_line == 0" class="warning">No result !</span>\n
</span>\n
</div>\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