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/05 17:39:09 UTC

svn commit: r915101 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download.js

Author: buildbot
Date: Sat Jul  5 15:39:08 2014
New Revision: 915101

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 Sat Jul  5 15:39:08 2014
@@ -1 +1 @@
-1608013
+1608036

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul  5 15:39:08 2014
@@ -1 +1 @@
-1608013
+1608036

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 Sat Jul  5 15:39:08 2014
@@ -507,7 +507,7 @@ function showErrorMessage( error_text ) 
 	document.getElementById( "dl_lp_link"	).innerHTML	 = l10n_download_langpack_link_error_text;
 	document.getElementById( "dl_lp_link"	).title		 = l10n_download_langpack_link_error_title;
 
-	document.getElementById( "dl_err_img"   ).src		 = FILE_ERROR_IMG;
+	document.getElementById( "dl_err_img"   ).src		 = l10n_download_error_problem_img_src;
 	document.getElementById( "dl_err_img"   ).title		 = l10n_download_error_problem_img_title;
 	document.getElementById( "dl_err_img"   ).alt		 = l10n_download_error_problem_img_alt;
 	document.getElementById( "dl_err_img"	).style.display	 = "inline-block";
@@ -815,19 +815,19 @@ function getLinkSelection() {
 		document.getElementById( "dl_lp_chk_sha256" ).title	= l10n_download_checksum_sha256_title + FILENAME_LP;
 
 		// Set the values in the sub-box below the 3 text lines.
-		document.getElementById( "dl_hlp_img"	    ).src	= FILE_FULL_LP_IMG;
+		document.getElementById( "dl_hlp_img"	    ).src	= l10n_download_help_img_src;
 		document.getElementById( "dl_hlp_img"	    ).title	= l10n_download_help_img_title;
 		document.getElementById( "dl_hlp_img"	    ).alt	= l10n_download_help_img_alt;
 		document.getElementById( "dl_hlp"	    ).href	= l10n_download_help_link;
 		document.getElementById( "dl_hlp"	    ).innerHTML	= l10n_download_help_text;
 		document.getElementById( "dl_hlp"	    ).title	= l10n_download_help_title;
-		document.getElementById( "dl_chk_img"	    ).src	= FILE_CHECKSUMS_IMG;
+		document.getElementById( "dl_chk_img"	    ).src	= l10n_download_checksum_img_src;
 		document.getElementById( "dl_chk_img"	    ).title	= l10n_download_checksum_img_title;
 		document.getElementById( "dl_chk_img"	    ).alt	= l10n_download_checksum_img_alt;
 		document.getElementById( "dl_chk"	    ).href	= l10n_download_checksum_link;
 		document.getElementById( "dl_chk"	    ).innerHTML	= l10n_download_checksum_text;
 		document.getElementById( "dl_chk"	    ).title	= l10n_download_checksum_title;
-		document.getElementById( "dl_rpt_img"	    ).src	= FILE_ANALYZE_IMG;
+		document.getElementById( "dl_rpt_img"	    ).src	= l10n_download_report_img_src;
 		document.getElementById( "dl_rpt_img"	    ).title	= l10n_download_report_img_title;
 		document.getElementById( "dl_rpt_img"	    ).alt	= l10n_download_report_img_alt;
 		document.getElementById( "dl_rpt"	    ).href	= l10n_download_report_link;