You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/26 12:54:46 UTC

svn commit: r917459 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/index.html content/msg_prop_l10n.js

Author: buildbot
Date: Sat Jul 26 10:54:46 2014
New Revision: 917459

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/index.html
    websites/staging/ooo-site/trunk/content/msg_prop_l10n.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 10:54:46 2014
@@ -1 +1 @@
-1613600
+1613603

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 10:54:46 2014
@@ -1 +1 @@
-1613600
+1613603

Modified: websites/staging/ooo-site/trunk/content/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index.html (original)
+++ websites/staging/ooo-site/trunk/content/index.html Sat Jul 26 10:54:46 2014
@@ -37,11 +37,11 @@
         }
       }
 
-      function showAlertBox( show ) {
+      function showAlertBox() {
 	// The text is defined in "/msg_prop_l10n.js".
 
 	// Show alert box or not?
-	if( show ) {
+	if( l10n.index_alert_box_show ) {
 		// If no background color value was set then use the default value.
 		if( ! l10n.index_alert_box_background_color || l10n.index_alert_box_background_color === "" )
 			l10n.index_alert_box_background_color = "#FFD9A7";
@@ -191,7 +191,7 @@ screen reader.
   // Show alert box.
   // Show important messages and announcements.
   // Change to 'true' if you want to show the text that is defined in the variables above.
-  showAlertBox( false );
+  showAlertBox();
 
   // Check if and how a redirect to the respective NL webpage should be done.
   setRedirect();

Modified: websites/staging/ooo-site/trunk/content/msg_prop_l10n.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ websites/staging/ooo-site/trunk/content/msg_prop_l10n.js Sat Jul 26 10:54:46 2014
@@ -14,6 +14,7 @@ var l10n = new Object();
 
 // The following variables are used in the "index.html" file:
 
+l10n.index_alert_box_show			= "false";
 l10n.index_alert_box_background_color		= "#F5A9A9";		// More see "http://html-color-codes.info/"
 l10n.index_alert_box_href			= "index.html";		// Make the whole alert box clickable with a link.
 									// Maximum 49 characters.