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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 26 11:27:56 CEST 2006


Author: jerome
Date: Tue Sep 26 11:27:54 2006
New Revision: 10318

URL: http://svn.erp5.org?rev=10318&view=rev
Log:
trailing : in listbox title was passed to the translation service, which creates differents messages.


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=10318&r1=10317&r2=10318&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt (original)
+++ erp5/trunk/products/ERP5Form/www/ListBox_asHTML.zpt Tue Sep 26 11:27:54 2006
@@ -130,8 +130,8 @@
               <td style="width: 100%; vertical-align: middle">
                 &nbsp;
                 <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>




More information about the Erp5-report mailing list