Author: buildbot
Date: Sat May 31 10:25:29 2014
New Revision: 910675

Log:
Staging update by buildbot for ooo-site

Added:
    
websites/staging/ooo-site/trunk/content/download/cachedimages/exclamation-icon.png
   (with props)
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 Sat May 31 10:25:29 2014
@@ -1 +1 @@
-1598849
+1598851

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 31 10:25:29 2014
@@ -1 +1 @@
-1598849
+1598851

Added: 
websites/staging/ooo-site/trunk/content/download/cachedimages/exclamation-icon.png
==============================================================================
Binary file - no diff available.

Propchange: 
websites/staging/ooo-site/trunk/content/download/cachedimages/exclamation-icon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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 
Sat May 31 10:25:29 2014
@@ -945,6 +945,10 @@ function showErrorMessage( error_text ) 
        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( "dl_err_img"    ).src                  = 
"../cachedimages/exclamation-icon.png";
+       document.getElementById( "dl_err_img"    ).title                = "The 
selected download file is not available";
+       document.getElementById( "dl_err_img"    ).alt                  = 
"Error text";
+       document.getElementById( "dl_err_img"    ).style.display        = 
"inline-block";
        document.getElementById( "dl_err"        ).innerHTML            = "<br 
/>" + error_text;
        document.getElementById( "dl_err"        ).title                = "The 
selected download file is not available";
        document.getElementById( "dl_err"        ).style.fontSize       = 
"1.2em";
@@ -1358,6 +1362,7 @@ function getLinkSel( rel_mode ) {
                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( "dl_err_img"       ).style.display    
= "none";
                document.getElementById( "dl_err"           ).style.display    
= "none";
 
                // Change CSS styles for all elements with ID in the green and 
sub-green colored boxes.


Reply via email to