From 6851239b32ae7dff2252e8b0928bd1bfd7142c08 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Sat, 19 Apr 2008 22:49:48 +0000 Subject: Bug 429768 - show_bug_flags is needlessly set twice in edit.html.tmpl --- template/en/default/bug/edit.html.tmpl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'template') 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 @@ - [% 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 %] [% END %] -- cgit v1.2.3-24-g4f1b