From 1942f8188c24fb8b88c1fe87ca42a0e79c02b752 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 15 Jan 2007 04:37:57 +0000 Subject: [PATCH] =?utf8?q?Bug=20366666:=20Cannot=20clear=20inactive=20flag?= =?utf8?q?s=20anymore=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20?= =?utf8?q?Buclin=20=20r=3Dbkor=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/flag/list.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index d3c9832187..6b75b088c1 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -107,10 +107,10 @@ title="[% type.description FILTER html %]" onchange="toggleRequesteeField(this);"> [%# Only display statuses the user is allowed to set. %] + [% IF user.can_request_flag(type) %] + + [% END %] [% IF type.is_active %] - [% IF user.can_request_flag(type) %] - - [% END %] [% IF (type.is_requestable && user.can_request_flag(type)) || flag.status == "?" %] [% END %] -- 2.47.2