[Erp5-report] r9353 - /erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 23 16:13:10 CEST 2006


Author: chris
Date: Wed Aug 23 16:13:08 2006
New Revision: 9353

URL: http://svn.erp5.org?rev=9353&view=rev
Log:
- Include ':' in title of listbox to fix its vertical alignment

Modified:
    erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt

Modified: erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt?rev=9353&r1=9352&r2=9353&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt (original)
+++ erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt Wed Aug 23 16:13:08 2006
@@ -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>




More information about the Erp5-report mailing list