Author: marcus
Date: Sun May 18 21:42:30 2014
New Revision: 1595696
URL: http://svn.apache.org/r1595696
Log:
Fixed URL for the icons
Modified:
openoffice/ooo-site/trunk/content/download/test/download_droplist.js
Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1595696&r1=1595695&r2=1595696&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Sun
May 18 21:42:30 2014
@@ -1188,13 +1188,13 @@ function getLinkSel( rel_mode ) {
document.getElementById( "dl_hlp" ).href =
"full_vs_lp.html";
document.getElementById( "dl_hlp" ).text = "What
is a language pack?";
document.getElementById( "dl_hlp" ).title = "What
is the difference between full installation and language pack?";
- document.getElementById( "dl_hlp_img" ).src =
"help-information-icon.png";
+ document.getElementById( "dl_hlp_img" ).src =
"../cachedimages/help-information-icon.png";
document.getElementById( "dl_hlp_img" ).title = "What
is the difference between full installation and language pack?";
document.getElementById( "dl_hlp_img" ).alt =
"Info";
document.getElementById( "dl_rpt" ).href =
"analyze.html";
document.getElementById( "dl_rpt" ).text =
"Report broken link";
document.getElementById( "dl_rpt" ).title =
"Broken download link? Click here to report.";
- document.getElementById( "dl_rpt_img" ).src =
"help-report-broken-link-icon.png";
+ document.getElementById( "dl_rpt_img" ).src =
"../cachedimages/help-report-broken-link-icon.png";
document.getElementById( "dl_rpt_img" ).title =
"Broken download link? Click here to report.";
document.getElementById( "dl_rpt_img" ).alt =
"Broken link";
}