Author: buildbot
Date: Fri May 23 19:04:03 2014
New Revision: 909746

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 Fri May 23 19:04:03 2014
@@ -1 +1 @@
-1596989
+1597159

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 23 19:04:03 2014
@@ -1 +1 @@
-1596989
+1597159

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 
Fri May 23 19:04:03 2014
@@ -1147,13 +1147,13 @@ function getLinkSel( rel_mode ) {
                document.getElementById( "dl_f_lnk" ).text              = 
"Download full install";
                document.getElementById( "dl_f_lnk" ).title             = 
"Click to download: " + FILENAME_FULL;
                document.getElementById( "dl_lp_lnk" ).href             = 
LINK_LP;
-               document.getElementById( "dl_lp_lnk" ).text             = 
"Download language pack";
+               document.getElementById( "dl_lp_lnk" ).innerText        = 
"Download language pack";
                document.getElementById( "dl_lp_lnk" ).title            = 
"Click to download: " + FILENAME_LP;
 
                // Set the values in the sub-green box on the left hand side.
-               document.getElementById( "dl_rel_dta_hl" ).text         = 
"Release data: ";
+               document.getElementById( "dl_rel_dta_hl" ).innerHTML    = 
"Release data: ";
                document.getElementById( "dl_rel_dta" ).text            = 
rel_data;
-               document.getElementById( "dl_f_hl" ).text               = "Full 
installation: ";
+               document.getElementById( "dl_f_hl" ).textContent        = "Full 
installation: ";
                document.getElementById( "dl_f_size_hl" ).text          = 
"Filesize ~ ";
                document.getElementById( "dl_f_size" ).text             = 
FILESIZE_FULL + " MByte";
                document.getElementById( "space1" ).text                = " | ";


Reply via email to