diff options
author | guy.pyrzak%gmail.com <> | 2008-04-20 00:49:48 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-04-20 00:49:48 +0200 |
commit | 6851239b32ae7dff2252e8b0928bd1bfd7142c08 (patch) | |
tree | d9e1e47b7be660be3dacc3afea4eff49f6d25fc5 /template/en/default | |
parent | ab7671cb2a6abf32865781049b772c454575a325 (diff) | |
download | bugzilla-6851239b32ae7dff2252e8b0928bd1bfd7142c08.tar.gz bugzilla-6851239b32ae7dff2252e8b0928bd1bfd7142c08.tar.xz |
Bug 429768 - show_bug_flags is needlessly set twice in edit.html.tmpl
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 6b9b94272..e558f0b98 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -874,15 +874,6 @@ </tr> <tr> <td colspan="2"> - [% show_bug_flags = 0 %] - [% FOREACH type = bug.flag_types %] - [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %] - [% show_bug_flags = 1 %] - [% LAST %] - [% END %] - [% END %] - [% IF show_bug_flags %] - [% IF user.id %] [% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 @@ -900,7 +891,6 @@ [% END %] [% END %] [% END %] - [% END %] </td> </tr> [% END %] |