From: lpsolit%gmail.com <> Date: Mon, 15 Jan 2007 04:37:57 +0000 (+0000) Subject: Bug 366666: Cannot clear inactive flags anymore - Patch by Frédéric Buclin r=bkor a=LpSolit --- 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 %]