Author: buildbot
Date: Wed Jun 25 22:33:45 2014
New Revision: 913846
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.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 22:33:45 2014
@@ -1 +1 @@
-1605623
+1605626
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 22:33:45 2014
@@ -1 +1 @@
-1605623
+1605626
Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Wed Jun
25 22:33:45 2014
@@ -488,7 +488,7 @@ function showErrorMessage( error_text )
document.getElementById( "dl_err" ).style.cursor = "default";
document.getElementById( "dl_err" ).style.display =
"inline-block";
- document.getElementById( "sub_box" ).className =
"sub-green_error";
+ document.getElementById( "sub_box" ).className =
"sub-green-sel_error";
document.getElementById( "sub_box" ).style.display = "block";
// Delete previously set string to get the possibility back to choose a
different platform
@@ -753,7 +753,7 @@ function getLinkSelection() {
document.getElementById( "dl_rpt" ).title =
l10n_download_report_title;
// Hide the CSS styles for the elements in the sub-green
colored boxes.
- document.getElementById( "sub_box" ).className
= "sub-green";
+ document.getElementById( "sub_box" ).className
= "sub-green-sel";
document.getElementById( "dl_err_img" ).style.display
= "none";
document.getElementById( "dl_err" ).style.display
= "none";