From c2cfce5911ff407eccc081749e8b8e974db68354 Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Wed, 23 Aug 2006 14:13:08 +0000
Subject: [PATCH] - 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
---
 product/ERP5Form/www/ListBox_asHTML.zpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Form/www/ListBox_asHTML.zpt b/product/ERP5Form/www/ListBox_asHTML.zpt
index c963d69f11..1d56573e5d 100644
--- a/product/ERP5Form/www/ListBox_asHTML.zpt
+++ b/product/ERP5Form/www/ListBox_asHTML.zpt
@@ -131,7 +131,7 @@
                 &nbsp;
                 <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>
-- 
2.30.9