From 94054ee6c6c1bc09d7431b0bcdb844881f3bd9db Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Sep 2005 21:03:01 +0000 Subject: Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl Kornel r=jouni a=justdave --- template/en/default/whine/schedule.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template') diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl index f227987d6..b49f713a8 100644 --- a/template/en/default/whine/schedule.html.tmpl +++ b/template/en/default/whine/schedule.html.tmpl @@ -68,6 +68,14 @@ terms.bug %] that matches the search will be sent in its own email message.

+

+ [% IF Param("timezone") %] + All times are server local time ([% Param("timezone") FILTER upper %]). + [% ELSE %] + All times are server local time. + [% END %] +

+
[%# This hidden submit button must be here to set default behavior when the user presses return on a form input field #%] -- cgit v1.2.3-24-g4f1b