summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-09-12 23:03:01 +0200
committerlpsolit%gmail.com <>2005-09-12 23:03:01 +0200
commit94054ee6c6c1bc09d7431b0bcdb844881f3bd9db (patch)
tree1bbc86ced13ce4da1e1a61802bc7a7209d0d87d7 /template
parent0d06b64ddb02bbfcc38c9ed88c400beb88e8b556 (diff)
downloadbugzilla-94054ee6c6c1bc09d7431b0bcdb844881f3bd9db.tar.gz
bugzilla-94054ee6c6c1bc09d7431b0bcdb844881f3bd9db.tar.xz
Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/whine/schedule.html.tmpl8
1 files changed, 8 insertions, 0 deletions
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.
</p>
+<p>
+ [% IF Param("timezone") %]
+ All times are server local time ([% Param("timezone") FILTER upper %]).
+ [% ELSE %]
+ All times are server local time.
+ [% END %]
+</p>
+
<form method="post" action="editwhines.cgi">
[%# This hidden submit button must be here to set default behavior when
the user presses return on a form input field #%]