Author: buildbot Date: Mon Jun 2 19:45:27 2014 New Revision: 910993 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 Mon Jun 2 19:45:27 2014 @@ -1 +1 @@ -1599326 +1599328 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jun 2 19:45:27 2014 @@ -1 +1 @@ -1599326 +1599328 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 Mon Jun 2 19:45:27 2014 @@ -1316,7 +1316,7 @@ function getLinkSel() { // Set the values in the sub-green box for the 3 text lines. document.getElementById( "dl_rel_info" ).innerHTML = "<b>Release info:</b> " + REL_TEXT; - document.getElementById( "dl_f_info" ).innerHTML = "<b>Full installation:</b> Filesize ~ " + FILESIZE_FULL + " MByte | Signatures and hashes: "; + document.getElementById( "dl_f_info" ).innerHTML = "<b>Full installation:</b> File size ~ " + FILESIZE_FULL + " MByte | Signatures and hashes: "; document.getElementById( "dl_f_chk_keys" ).href = LINK_CHK_KEYS; document.getElementById( "dl_f_chk_keys" ).innerHTML = "KEYS"; document.getElementById( "dl_f_chk_keys" ).title = "KEYS signature file"; @@ -1332,7 +1332,7 @@ function getLinkSel() { document.getElementById( "dl_f_chk_sha256" ).href = LINK_CHK_SHA256_FULL; document.getElementById( "dl_f_chk_sha256" ).innerHTML = "SHA256"; document.getElementById( "dl_f_chk_sha256" ).title = "SHA256 hash for: " + FILENAME_FULL; - document.getElementById( "dl_lp_info" ).innerHTML = "<b>Language pack:</b> Filesize ~ " + FILESIZE_LP + " MByte | Signatures and hashes: "; + document.getElementById( "dl_lp_info" ).innerHTML = "<b>Language pack:</b> File size ~ " + FILESIZE_LP + " MByte | Signatures and hashes: "; document.getElementById( "dl_lp_chk_keys" ).href = LINK_CHK_KEYS; document.getElementById( "dl_lp_chk_keys" ).innerHTML = "KEYS"; document.getElementById( "dl_lp_chk_keys" ).title = "KEYS signature file";