Author: buildbot
Date: Tue May 6 18:47:33 2014
New Revision: 908230
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 6 18:47:33 2014
@@ -1 +1 @@
-1592738
+1592836
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 6 18:47:33 2014
@@ -1 +1 @@
-1592738
+1592836
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Tue May 6 18:47:33 2014
@@ -788,17 +788,19 @@ function resetSel() {
document.getElementById( "dl_lp_link" ).text = "";
document.getElementById( "dl_lp_link" ).title = "";
document.getElementById( "dl_help" ).href = "";
+ document.getElementById( "dl_help" ).text = "";
document.getElementById( "dl_help" ).title = "";
document.getElementById( "dl_help_img" ).src = "";
document.getElementById( "dl_help_img" ).alt = "";
- document.getElementById( "dl_help_img" ).text = "";
document.getElementById( "dl_help_img" ).title = "";
document.getElementById( "dl_report1" ).href = "";
+ document.getElementById( "dl_report1" ).text = "";
document.getElementById( "dl_report1" ).title = "";
document.getElementById( "dl_report2" ).href = "";
document.getElementById( "dl_report2" ).text = "";
document.getElementById( "dl_report2" ).title = "";
document.getElementById( "dl_report_img" ).src = "";
+ document.getElementById( "dl_report_img" ).title = "";
document.getElementById( "dl_report_img" ).alt = "";
// document.getElementById( "dl_rel_data" ).text = "";
// document.getElementById( "dl_rel_data" ).title = "";
@@ -1078,6 +1080,7 @@ function getLinkSel( rel_mode ) {
document.getElementById( "dl_help" ).href =
"full_vs_lp.html";
document.getElementById( "dl_help" ).title = "What
is the difference between full installation and language pack?";
document.getElementById( "dl_help_img" ).src =
"../cachedimages/help-information-icon.png";
+ document.getElementById( "dl_help_img" ).title = "What
is the difference between full installation and language pack?";
document.getElementById( "dl_help_img" ).alt = "Help
icon";
document.getElementById( "dl_report1" ).href =
"analyze.html";
document.getElementById( "dl_report1" ).title =
"Broken download link? Click here to report.";
@@ -1085,6 +1088,7 @@ function getLinkSel( rel_mode ) {
document.getElementById( "dl_report2" ).text =
"Report broken link";
document.getElementById( "dl_report2" ).title =
"Broken download link? Click here to report.";
document.getElementById( "dl_report_img" ).src =
"../cachedimages/help-report-broken-link-icon.png";
+ document.getElementById( "dl_report_img" ).title =
"Broken download link? Click here to report.";
document.getElementById( "dl_report_img" ).alt =
"Broken link icon";
document.getElementById( "dl_help" ).href =
"full_vs_lp.html";
document.getElementById( "dl_help" ).title = "What
is the difference between full installation and language pack?";