Author: buildbot
Date: Wed May 28 21:36:12 2014
New Revision: 910323
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 Wed May 28 21:36:12 2014
@@ -1 +1 @@
-1598142
+1598149
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 28 21:36:12 2014
@@ -1 +1 @@
-1598142
+1598149
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
Wed May 28 21:36:12 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" );