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 2015/02/22 20:19:20 UTC

svn commit: r941094 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/analyze.html

Author: buildbot
Date: Sun Feb 22 19:19:20 2015
New Revision: 941094

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/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 22 19:19:20 2015
@@ -1 +1 @@
-1661512
+1661532

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 22 19:19:20 2015
@@ -1 +1 @@
-1661512
+1661532

Modified: websites/staging/ooo-site/trunk/content/download/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/download/analyze.html Sun Feb 22 19:19:20 2015
@@ -60,7 +60,7 @@
 	+ "<li>" + l10n.dl_analyze_instruction_verify_text + "</li>"
 	+ "<li>" + l10n.dl_analyze_instruction_click_text + "<b>[ " + l10n.dl_analyze_update_button_text + " ]</b></li>"
 	+ "<li>" + l10n.dl_analyze_instruction_click_text + "<b>[ " + l10n.dl_analyze_select_button_text + " ]</b></li>"
-	+ "<li>" + l10n.dl_analyze_instruction_copy_text + "<b>[ " + l10n.dl_analyze_copy_button_text + " ]</b></li>"
+	+ "<li>" + l10n.dl_analyze_instruction_copy_text + "<b>[ "  + l10n.dl_analyze_copy_button_text   + " ]</b></li>"
 	+ "<br />"
 
 	+ "<li><b>" + l10n.dl_analyze_instruction_new_mail_text + "</b></li>"
@@ -163,8 +163,8 @@ document.write( "<div style='clear: both
     + "<tbody>"
       + "<tr style='background: lightgrey;'><td><b>"+ l10n.dl_analyze_table_problem_text1 + "</b></td>"
       + "<td><b>"				    + l10n.dl_analyze_table_problem_text2 + "</b></td></tr>"
-      + "<th style='width: 25%;'><b>"		    + l10n.dl_analyze_table_browser_text  + "</th>"
-      + "<th style='width: 75%;'><b>"		    + l10n.dl_analyze_table_values_text   + "</th>"
+      + "<th style='width: 25%;'><b>"		    + l10n.dl_analyze_table_browser_text  + "</b></th>"
+      + "<th style='width: 75%;'><b>"		    + l10n.dl_analyze_table_values_text   + "</b></th>"
 	+ "<tr><td>navigator.appCodeName			</td><td>" + navigator.appCodeName	+ "</td></tr>"
 	+ "<tr><td>navigator.appName				</td><td>" + navigator.appName		+ "</td></tr>"
 	+ "<tr><td>navigator.appVersion				</td><td>" + navigator.appVersion	+ "</td></tr>"
@@ -242,9 +242,9 @@ function updateTable() {
   		    DL.LINK_CHK_MD5_FULL, DL.LINK_CHK_MD5_LP, DL.SF_BASE_URL, DL.ASF_ARC_BASE_URL, DL.getLinkSelection(),
 		    DL.isLanguageSupported(), DL.SHOW_SUB_BOX, DL.ERROR ];
 
-  // Start with the 20th row (i = 19) in the 2nd cell (1), count through the elements array (j)
+  // Start with the 21st row (i = 20) in the 2nd cell (1), count through the elements array (j)
   // and assign the found values as innerHMTL to the table cells.
-  for( var i = 19, j = 0, k = variables.length; j < k; i++, j++ ) {
+  for( var i = 20, j = 0, k = variables.length; j < k; i++, j++ ) {
 	document.getElementById( "table_data" ).rows[ i ].cells[ 1 ].innerHTML = variables[ j ];
   }