Author: marcus
Date: Tue May 6 18:45:07 2014
New Revision: 1592836
URL: http://svn.apache.org/r1592836
Log:
Added hover over text for the '(i)' and 'broken link' 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=1592836&r1=1592835&r2=1592836&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Tue
May 6 18:45:07 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?";