From 61b344946a3b731fdd57fb3c0adf21aa878d9c68 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 31 Jul 2015 15:32:38 +0800 Subject: Bug 1189172 - remove link to 'release notes' from index page, and point 'help' to rtd --- template/en/default/index.html.tmpl | 55 ++----------------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) (limited to 'template') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 8493d2b46..e046553c7 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -22,10 +22,6 @@ # Guy Pyrzak #%] -[%# INTERFACE: - # release: a hash containing data about new releases, if any. - #%] - [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] @@ -47,51 +43,6 @@ function checkQuicksearch( form ) { } -[% IF release %] -
- [% IF release.data %] - [% IF release.deprecated %] -

[% terms.Bugzilla %] [%+ release.deprecated FILTER html %] is no longer - supported. You are highly encouraged to upgrade in order to keep your - system secure.

- [% END %] - -

A new [% terms.Bugzilla %] version ([% release.data.latest_ver FILTER html %]) - is available at - [% release.data.url FILTER html %].
- Release date: [% release.data.date FILTER html %]

- -

This message is only shown to logged in users with admin privs. - You can configure this notification from the - Parameters page.

- [% ELSIF release.error == "cannot_download" %] -

The remote file - [%~ constants.REMOTE_FILE FILTER html %] cannot be downloaded - (reason: [% release.reason FILTER html %]).
- Either the remote server is temporarily unavailable, or your web server cannot access - the web. If you are behind a proxy, set the - proxy_url parameter correctly.

- [% ELSIF release.error == "no_write" %] -

The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be created - (reason: [% release.reason FILTER html %]).
- Please make sure the web server can write into this directory. - [% ELSIF release.error == "no_update" %] -

The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be updated. - Please make sure the web server can edit this file.

- [% ELSIF release.error == "no_access" %] -

The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be read. - Please make sure this file has the correct rights set on it.

- [% ELSIF release.error == "corrupted" %] -

The local XML file '[% constants.LOCAL_FILE FILTER html %]' has an invalid XML format. - Please delete it and try accessing this page again.

- [% ELSIF release.error == "unknown_parameter" %] -

'[% Param("upgrade_notification") FILTER html %]' is not a valid notification - parameter. Please check this parameter in the - Parameters page.

- [% END %] -
-[% END %] -
@@ -133,12 +84,10 @@ function checkQuicksearch( form ) { -- cgit v1.2.3-24-g4f1b