Commit e5937ed7 authored by Christophe Dumez's avatar Christophe Dumez

- fixed vertical alignment and color of '-' in listbox title list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9355 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ad47f2a
......@@ -135,9 +135,9 @@
<span id="listbox_record_number"
tal:attributes="id string:${field_id}_record_number"
i18n:translate="" i18n:domain="ui"><tal:block tal:replace="here/total_size" i18n:name="number">0</tal:block> record(s)</span>
- <span id="listbox_item_number"
<span id="listbox_item_number"
tal:attributes="id string:${field_id}_item_number"
i18n:translate="" i18n:domain="ui"><tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> item(s) selected</span>
i18n:translate="" i18n:domain="ui"> - <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> item(s) selected</span>
</td>
<td style="white-space: nowrap; vertical-align: middle; text-align: center;">
<input tal:condition="python: here.current_page > 0"
......
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