Author: marcus
Date: Sat Jun  7 14:45:59 2014
New Revision: 1601116

URL: http://svn.apache.org/r1601116
Log:
Added space for release notes link text

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

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1601116&r1=1601115&r2=1601116&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sat Jun  7 14:45:59 
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;


Reply via email to