Author: buildbot
Date: Tue Jun 3 20:22:41 2014
New Revision: 911164
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 Tue Jun 3 20:22:41 2014
@@ -1 +1 @@
-1599784
+1599785
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 20:22:41 2014
@@ -1 +1 @@
-1599784
+1599785
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
Tue Jun 3 20:22:41 2014
@@ -948,9 +948,7 @@ function showErrorMessage( error_text )
document.getElementById( "dl_lp_link" ).innerHTML = "No
language pack available";
document.getElementById( "dl_lp_link" ).title =
"Please select another language, platform or version.";
- document.getElementById( "sub_green_box" ).style.background =
"#FECBCB"; // LightRed
- document.getElementById( "sub_green_box" ).style.borderTop = "1px
solid #C00000"; // Darker red
- document.getElementById( "sub_green_box" ).style.borderBottom = "1px
solid #C00000"; // Darker red
+ document.getElementById( "sub_green_box" ).className =
"sub-green-sel_error";
document.getElementById( "dl_err_img" ).src =
"../cachedimages/exclamation-icon.png";
document.getElementById( "dl_err_img" ).title = "The
selected download file is not available";
@@ -1401,10 +1399,7 @@ function getLinkSel() {
document.getElementById( "dl_rpt" ).title =
"Broken download link? Click here to report.";
// Reset the CSS styles for the elements in the sub-green
colored boxes.
- document.getElementById( "sub_green_box" ).style.background
= "#E9FEBE"; // LightGreen
- document.getElementById( "sub_green_box" ).style.borderTop
= "1px solid #C3E480"; // Darker green
- document.getElementById( "sub_green_box"
).style.borderBottom = "1px solid #C3E480"; // Darker green
- document.getElementById( "sub_green_box" ).style.fontSize
= "0.8em";
+ document.getElementById( "sub_green_box" ).className
= "sub-green-sel";
document.getElementById( "dl_err_img" ).style.display
= "none";
document.getElementById( "dl_err" ).style.display
= "none";