Author: marcus
Date: Wed May 28 23:40:34 2014
New Revision: 1598172

URL: http://svn.apache.org/r1598172
Log:
Updated CSS style elements

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=1598172&r1=1598171&r2=1598172&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 23:40:34 2014
@@ -60,13 +60,13 @@ function initVars() {
        // Define variables without "var" to make them globally available.
 
        // The following are used in "download.js" only.
-       element_ids = ["dl_f_lnk", "dl_lp_lnk", "dl_rel_dta_hl", "dl_rel_dta", 
"dl_f_hl", "dl_f_size_hl", "dl_f_size",
+       element_ids = [ "dl_f_lnk", "dl_lp_lnk", "dl_rel_dta_hl", "dl_rel_dta", 
"dl_f_hl", "dl_f_size_hl", "dl_f_size",
        "space1", "dl_f_chk_hl", "dl_f_chk_keys", "space2", "dl_f_chk_asc", 
"space3", "dl_f_chk_md5", "space4",
        "dl_f_chk_sha256", "space5", "dl_chk_verify", "dl_lp_hl", 
"dl_lp_size_hl", "dl_lp_size", "space6", "dl_lp_chk_hl",
        "dl_lp_chk_keys", "space7", "dl_lp_chk_asc", "space8", "dl_lp_chk_md5", 
"space9", "dl_lp_chk_sha256", "dl_hlp",
        "dl_hlp_img", "dl_rpt", "dl_rpt_img" ];
 
-       element_ids_lnk = ["dl_f_lnk", "dl_lp_lnk", "dl_f_chk_keys", 
"dl_f_chk_asc", "dl_f_chk_md5", "dl_f_chk_sha256",
+       element_ids_lnk = [ "dl_f_lnk", "dl_lp_lnk", "dl_f_chk_keys", 
"dl_f_chk_asc", "dl_f_chk_md5", "dl_f_chk_sha256",
        "dl_chk_verify", "dl_lp_chk_keys", "dl_lp_chk_asc", "dl_lp_chk_md5", 
"dl_lp_chk_sha256", "dl_hlp", "dl_rpt" ];
 
        // The following are used in "index.html" and "download.js".
@@ -1308,7 +1308,7 @@ function getLinkSel( rel_mode ) {
                document.getElementById( "space5"           ).innerHTML = " , ";
                document.getElementById( "dl_chk_verify"    ).href      = 
"../checksums.html";
                document.getElementById( "dl_chk_verify"    ).innerHTML = "How 
to verify?";
-               document.getElementById( "dl_chk_verify"    ).title     = "How 
to verify the download with checksums?";
+               document.getElementById( "dl_chk_verify"    ).title     = "How 
to verify the downloaded file with checksums?";
                document.getElementById( "dl_lp_hl"         ).innerHTML = 
"Language pack: ";
                document.getElementById( "dl_lp_size_hl"    ).innerHTML = 
"Filesize ~ ";
                document.getElementById( "dl_lp_size"       ).innerHTML = 
FILESIZE_LP + " MByte";
@@ -1336,7 +1336,7 @@ function getLinkSel( rel_mode ) {
                document.getElementById( "dl_hlp"           ).title     = "What 
is the difference between full installation and language pack?";
                document.getElementById( "dl_hlp_img"       ).src       = 
"../cachedimages/help-information-icon.png";
                document.getElementById( "dl_hlp_img"       ).title     = "What 
is the difference between full installation and language pack?";
-               document.getElementById( "dl_hlp_img"       ).alt       = 
"Info";
+               document.getElementById( "dl_hlp_img"       ).alt       = 
"Install info";
 //             document.getElementById( "dl_hlp_img2"      ).src       = 
"../cachedimages/help-information-icon.png";
 //             document.getElementById( "dl_hlp_img2"      ).title     = "What 
is the difference between full installation and language pack?";
 //             document.getElementById( "dl_hlp_img2"      ).alt       = 
"Info";
@@ -1365,10 +1365,10 @@ function getLinkSel( rel_mode ) {
                }
 
                // Further specific exceptions.
-               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";
+               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" );


Reply via email to