Author: marcus
Date: Thu Jun  5 21:07:56 2014
New Revision: 1600768

URL: http://svn.apache.org/r1600768
Log:
Added correct cursor style

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=1600768&r1=1600767&r2=1600768&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Thu 
Jun  5 21:07:56 2014
@@ -1245,6 +1245,7 @@ function getLinkSel() {
                document.getElementById( "dl_f_link"     ).target        = 
"_blank";
                document.getElementById( "dl_f_link"     ).innerHTML     = 
"Porting: Click to choose from 3rd party vendors";
                document.getElementById( "dl_f_link"     ).title         = 
"Click to browse to the porting webpage and download from 3rd party vendors";
+               document.getElementById( "dl_f_link"     ).style.cursor  = 
"pointer";
                document.getElementById( "dl_f_link"     ).style.display = 
"inline";
                document.getElementById( "dl_lp_link"    ).style.display = 
"none";
                document.getElementById( "sub_green_box" ).style.display = 
"none";
@@ -1268,6 +1269,7 @@ function getLinkSel() {
                document.getElementById( "dl_f_link"     ).target        = 
"_blank";
                document.getElementById( "dl_f_link"     ).innerHTML     = 
"Archive: Click to choose from legacy releases";
                document.getElementById( "dl_f_link"     ).title         = 
"Click to browse to the archive and download legacy releases";
+               document.getElementById( "dl_f_link"     ).style.cursor  = 
"pointer";
                document.getElementById( "dl_f_link"     ).style.display = 
"inline";
                document.getElementById( "dl_lp_link"    ).style.display = 
"none";
                document.getElementById( "sub_green_box" ).style.display = 
"none";


Reply via email to