Author: marcus
Date: Sat Jun 7 15:53:01 2014
New Revision: 1601140
URL: http://svn.apache.org/r1601140
Log:
Added version for release notes link title
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=1601140&r1=1601139&r2=1601140&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Jun 7
15:53:01 2014
@@ -694,7 +694,7 @@ function getLinkSel() {
document.getElementById( "dl_rel_info" ).innerHTML = "<b>"
+ l10n_download_rel_info_headline_text + "</b> " + REL_TEXT + " | ";
document.getElementById( "dl_rel_notes" ).href =
REL_NOTES;
document.getElementById( "dl_rel_notes" ).innerHTML =
l10n_download_rel_notes_text;
- document.getElementById( "dl_rel_notes" ).title =
l10n_download_rel_notes_title;
+ document.getElementById( "dl_rel_notes" ).title =
l10n_download_rel_notes_title + VERSION_SEL;
document.getElementById( "dl_f_info" ).innerHTML = "<b>"
+ l10n_download_headline_full_text + "</b>" + l10n_download_filesize_text +
FILESIZE_FULL + l10n_download_megabyte_text + " | " +
l10n_download_checksum_headline_text;
document.getElementById( "dl_f_chk_keys" ).href =
LINK_CHK_KEYS;
document.getElementById( "dl_f_chk_keys" ).innerHTML =
l10n_download_checksum_keys_text;