Commit 4743d746 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

render " - xxx items selected" only if show_select_column.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 219ccea1
......@@ -112,6 +112,7 @@
i18n:translate="" i18n:domain="ui"><tal:block tal:replace="here/total_size" i18n:name="number">0</tal:block> records</span>\n
<span id="listbox_item_number" class="listbox_item_number"\n
tal:attributes="id string:${field_id}_item_number"\n
tal:condition="show_select_column"\n
i18n:translate="" i18n:domain="ui"> - <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> items selected</span>\n
</td>\n
\n
......
846
\ No newline at end of file
847
\ 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