Author: buildbot
Date: Sat Jun 7 14:47:34 2014
New Revision: 911727
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/download.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 7 14:47:34 2014
@@ -1 +1 @@
-1601115
+1601116
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 7 14:47:34 2014
@@ -1 +1 @@
-1601115
+1601116
Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Sat Jun 7
14:47:34 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;