Author: marcus
Date: Sat Jul  5 15:37:31 2014
New Revision: 1608036

URL: http://svn.apache.org/r1608036
Log:
Exchanged variables

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1608036&r1=1608035&r2=1608036&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Jul  5 
15:37:31 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;


Reply via email to