From d6c9f9c56c5570e2e3118a05f05cecbc4a062c68 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 7 Jan 2016 21:36:29 +0100 Subject: Bug 324242: Unsetting shutdownhtml requires too much intimate knowledge r=dkl --- template/en/default/global/messages.html.tmpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'template/en') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index a7b7e19ba..77b13859c 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 %] -- cgit v1.2.3-24-g4f1b