Commit 7194be64 authored by Ivan Tyagov's avatar Ivan Tyagov

Bet set class to make it easier for testing.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38123 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a783e0e
......@@ -137,14 +137,16 @@
<span class="listbox-current-page-total-number"\n
tal:content="total_line"\n
tal:attributes="class python: test(is_default_listbox_field, \'listbox-current-page-total-number\', \'listbox-current-page-total-number %s-current-page-total-number\' %field_id)" />\n
<span i18n:translate="" i18n:domain="ui">records</span>\n
<span i18n:translate="" i18n:domain="ui">records</span> - \n
\n
<span class="listbox_item_number"\n
tal:attributes="class string:${field_id}_item_number"\n
<span class="listbox-current-item-number"\n
tal:attributes="class string:${field_id}-current-item-number"\n
tal:condition="show_select_column"\n
i18n:translate="" i18n:domain="ui"> - \n
<tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> items selected\n
i18n:translate="" i18n:domain="ui">\n
<tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block>\n
</span>\n
<span i18n:translate="" i18n:domain="ui">items selected</span>\n
\n
\n
</div>\n
\n
......
985
\ No newline at end of file
986
\ 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