diff options
author | lpsolit%gmail.com <> | 2008-08-28 06:26:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-28 06:26:13 +0200 |
commit | 55596ef8c29ae876c718946d54de787f32033db0 (patch) | |
tree | 5a09a8373f1e9e268f96caf7ee85e8bf2fee59f4 /template/en/default/whine | |
parent | ef56c491a65eed9dfddb2866c5faa59acb69b0ed (diff) | |
download | bugzilla-55596ef8c29ae876c718946d54de787f32033db0.tar.gz bugzilla-55596ef8c29ae876c718946d54de787f32033db0.tar.xz |
Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/schedule.html.tmpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl index 8cb120dfa..c60243d42 100644 --- a/template/en/default/whine/schedule.html.tmpl +++ b/template/en/default/whine/schedule.html.tmpl @@ -71,11 +71,7 @@ </p> <p> - [% IF Param("timezone") %] - All times are server local time ([% Param("timezone") FILTER upper %]). - [% ELSE %] - All times are server local time. - [% END %] + All times are server local time ([% local_timezone FILTER html %]). </p> <form method="post" action="editwhines.cgi"> |