diff options
author | lpsolit%gmail.com <> | 2005-09-12 21:03:01 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-12 21:03:01 +0000 |
commit | 94054ee6c6c1bc09d7431b0bcdb844881f3bd9db (patch) | |
tree | 1bbc86ced13ce4da1e1a61802bc7a7209d0d87d7 /template/en/default/whine | |
parent | Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by Gabri... (diff) | |
download | bugzilla-94054ee6c6c1bc09d7431b0bcdb844881f3bd9db.tar.gz bugzilla-94054ee6c6c1bc09d7431b0bcdb844881f3bd9db.tar.bz2 bugzilla-94054ee6c6c1bc09d7431b0bcdb844881f3bd9db.zip |
Bug 277679: Whining scheduling does not display timezone - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=justdave
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/schedule.html.tmpl | 8 |
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 #%] |