Commit 94054ee6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl…

Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=justdave
parent 0d06b64d
......@@ -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 #%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment