Author: marcus
Date: Wed May 28 21:35:30 2014
New Revision: 1598149
URL: http://svn.apache.org/r1598149
Log:
Set the cursor attribute to 'help' for the both links (icon and URL)
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=1598149&r1=1598148&r2=1598149&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Wed
May 28 21:35:30 2014
@@ -1379,6 +1379,13 @@ function getLinkSel( rel_mode ) {
for( var i = 0; i < element_ids_lnk.length; i++ ) {
document.getElementById( element_ids_lnk[ i ]
).style.cursor = "pointer";
}
+
+ // Specific exeptions:
+ document.getElementById( "dl_hlp" ).style.cursor =
"help";
+ document.getElementById( "dl_hlp_img" ).style.cursor =
"help";
+ document.getElementById( "dl_rpt" ).style.cursor =
"help";
+ document.getElementById( "dl_rpt_img" ).style.cursor =
"help";
+
}
// alertDbg( "getLinkSel(): End" );