[Erp5-report] r27773 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 23 12:50:07 CEST 2009


Author: kazuhiko
Date: Tue Jun 23 12:50:04 2009
New Revision: 27773

URL: http://svn.erp5.org?rev=27773&view=rev
Log:
use relative path for embedded images/files (same as r.27644).

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fck_browser/frmresourceslist.html.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fck_browser/frmresourceslist.html.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fck_browser/frmresourceslist.html.xml?rev=27773&r1=27772&r2=27773&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fck_browser/frmresourceslist.html.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fck_browser/frmresourceslist.html.xml [utf8] Tue Jun 23 12:50:04 2009
@@ -184,7 +184,7 @@
 \tvar oRow = this.Table.insertRow(-1) ;\n
 \n
 \t// Build the link to view the file.\n
-        var sLink = \'<a href="#" onclick="OpenFile(\\\'\' + fileUrl + \'\\\');return false;">\' ;\n
+        var sLink = \'<a href="#" onclick="OpenFile(\\\'\' + fileName + \'\\\');return false;">\' ;\n
         // Change the link if type is image since setUrl for images support more arguments\n
         if (sType==\'Image\') {\n
 \t                        sLink = \'<a href="#" onclick="OpenImage(\\\'\' + fileName + \'\\\',\\\'\\\',\\\'\\\',\\\'\' + fileTitle + \'\\\');return false;">\' ;\n
@@ -303,7 +303,7 @@
         // init sLinksPhoto\n
         var sLinksPhoto=\'\' ;\n
 \t// Build the link to view the file.\n
-        var sLink = \'<a title="link the file" href="#" onclick="OpenFile(\\\'\' + fileUrl + \'\\\');return false;">\' ;\n
+        var sLink = \'<a title="link the file" href="#" onclick="OpenFile(\\\'\' + fileName + \'\\\');return false;">\' ;\n
         // Change the link if type is image since setUrl for images support more arguments\n
         if (sType==\'Image\') {\n
 \t                        sLink = \'<a title="link the image" href="#" onclick="OpenImage(\\\'\' + fileName + \'\\\',\\\'\\\',\\\'\\\',\\\'\' + fileTitle + \'\\\');return false;">\' ;\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=27773&r1=27772&r2=27773&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 Jun 23 12:50:04 2009
@@ -1,1 +1,1 @@
-772
+773




More information about the Erp5-report mailing list