From: Frédéric Buclin Date: Thu, 7 Jan 2016 20:36:29 +0000 (+0100) Subject: Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge X-Git-Tag: release-5.1.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c9f9c56c5570e2e3118a05f05cecbc4a062c68;p=thirdparty%2Fbugzilla.git Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge r=dkl --- diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index a7b7e19ba5..77b13859cd 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -876,9 +876,16 @@ [% title = "$terms.Bugzilla is Down" %] [% Param("shutdownhtml") %] [% IF userid %] -

For security reasons, you have been logged out automatically. - The cookie that was remembering your login is now gone. +

+ For security reasons, you have been logged out automatically. + The cookie that was remembering your login is now gone. +

[% END %] +

+ If you are an administrator, you can + reactivate [% terms.Bugzilla %] + by clearing the shutdownhtml parameter. +

[% ELSIF message_tag == "term" %] [% terms.$term FILTER html %]