From 8816b8cb98a7902b722c00cbed6e22b12f176e74 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sat, 9 Nov 2002 09:58:47 +0000 Subject: Fix for bug 171505: shows disabled flags in the UI r=bbaetz a=justdave --- template/en/default/attachment/list.html.tmpl | 9 +++------ template/en/default/flag/list.html.tmpl | 10 +++++++--- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 59f749695..265803602 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -19,16 +19,13 @@ # Contributor(s): Myk Melez #%] -[%# Whether or not to include flags. %] -[% display_flags = num_attachment_flag_types > 0 %] -
- [% IF display_flags %] + [% IF show_attachment_flags %] [% END %] @@ -55,7 +52,7 @@ - [% IF display_flags %] + [% IF show_attachment_flags %] -
Attachment Type CreatedFlagsActions[% attachment.date %] [% IF attachment.flags.size == 0 %] none @@ -85,7 +82,7 @@ [% END %]
+ Create a New Attachment (proposed patch, testcase, etc.) diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index f809a4e0e..abfac6fcc 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -33,9 +33,13 @@ -- cgit v1.2.3-24-g4f1b