Author: marcus
Date: Sat Jun 7 14:46:07 2014
New Revision: 1601117
URL: http://svn.apache.org/r1601117
Log:
Added space for release notes link text
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=1601117&r1=1601116&r2=1601117&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Jun 7
14:46:07 2014
@@ -691,7 +691,7 @@ function getLinkSel() {
document.getElementById( "dl_lp_link" ).title =
l10n_download_langpack_link_title + FILENAME_LP;
// Set the values in the sub-green box for the 3 text lines.
- document.getElementById( "dl_rel_info" ).innerHTML = "<b>"
+ l10n_download_rel_info_headline_text + "</b> " + REL_TEXT;
+ 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;