]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl Kornel...
authorlpsolit%gmail.com <>
Mon, 12 Sep 2005 21:03:01 +0000 (21:03 +0000)
committerlpsolit%gmail.com <>
Mon, 12 Sep 2005 21:03:01 +0000 (21:03 +0000)
template/en/default/whine/schedule.html.tmpl

index f227987d62a20f306ddf91f7a005ca7e720ffb99..b49f713a8f2a292fe258da593041652051aad721 100644 (file)
   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 #%]