Commit c2cfce59 authored by Christophe Dumez's avatar Christophe Dumez

- Include ':' in title of listbox to fix its vertical alignment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9353 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 277f079f
......@@ -131,7 +131,7 @@
 
<a id="listbox_title" href="list"
tal:attributes="id string:${field_id}_title; href here/getListActionUrl"
tal:content="here/getTitle" i18n:domain="ui" i18n:translate="">Title</a>:
tal:content="python: here.getTitle()+':'" i18n:domain="ui" i18n:translate="">Title</a>
<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>
......
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