From 6d921f7331c47c52069f58de1279f62b3d1b5ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 26 Sep 2006 09:27:54 +0000 Subject: [PATCH] trailing : in listbox title was passed to the translation service, which creates differents messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10318 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/www/ListBox_asHTML.zpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Form/www/ListBox_asHTML.zpt b/product/ERP5Form/www/ListBox_asHTML.zpt index 6a7e80d19d..be4db34fc3 100644 --- a/product/ERP5Form/www/ListBox_asHTML.zpt +++ b/product/ERP5Form/www/ListBox_asHTML.zpt @@ -130,8 +130,8 @@ <td style="width: 100%; vertical-align: middle"> <a id="listbox_title" href="list" - tal:attributes="id string:${field_id}_title; href here/getListActionUrl" - tal:content="python: here.getTitle()+':'" i18n:domain="ui" i18n:translate="">Title</a> + tal:attributes="id string:${field_id}_title; href here/getListActionUrl"> + <tal:block tal:content="here/getTitle" i18n:domain="ui" i18n:translate=""/>:</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> -- 2.30.9