[Erp5-report] r26313 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 7 09:38:34 CEST 2009
Author: fabien
Date: Tue Apr 7 09:38:33 2009
New Revision: 26313
URL: http://svn.erp5.org?rev=26313&view=rev
Log:
fix a bug : documents wich their property value itself were not 'plain text' (like Ooo documents) were not good displayed in search result.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml?rev=26313&r1=26312&r2=26313&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] Tue Apr 7 09:38:33 2009
@@ -281,7 +281,7 @@
</div>\n
\n
<span class="searchDetails found" \n
- tal:content="structure python: obj.Base_showFoundText(obj, selection)"/>\n
+ tal:content="structure python: obj.Base_showFoundText(selection=selection)"/>\n
\n
<div class="searchDetails coordinates">\n
<tal:block tal:condition="obj/getReference|nothing">\n
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=26313&r1=26312&r2=26313&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Tue Apr 7 09:38:33 2009
@@ -1,1 +1,1 @@
-691
+692
More information about the Erp5-report
mailing list