[Erp5-report] r26297 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Apr 6 16:53:04 CEST 2009
Author: fabien
Date: Mon Apr 6 16:53:03 2009
New Revision: 26297
URL: http://svn.erp5.org?rev=26297&view=rev
Log:
remove some hardcoded values
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=26297&r1=26296&r2=26297&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] Mon Apr 6 16:53:03 2009
@@ -113,7 +113,7 @@
<a tal:condition="not:is_gadget_mode"\n
tal:attributes="href string:${context_url}/${table_form_id}?list_style=table">\n
<img id="style_toggle_icon" \n
- src="erp5/images/search_style_icon.png" \n
+ tal:attributes="src string:${portal_url_string}/images/search_style_icon.png" \n
alt="Search Icon"\n
height="16"\n
title="Table mode"\n
@@ -159,7 +159,7 @@
i18n:domain="ui" i18n:attributes="title">\n
<img id="style_toggle_icon"\n
alt="Table Mode Icon"\n
- src="erp5/images/search_style_icon.png" \n
+ tal:attributes="src string:${portal_url_string}/images/search_style_icon.png" \n
height="16"/>\n
</button>\n
\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=26297&r1=26296&r2=26297&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] Mon Apr 6 16:53:03 2009
@@ -1,1 +1,1 @@
-688
+689
More information about the Erp5-report
mailing list