From f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 10 Feb 2010 00:57:03 +0100 Subject: Bug 545253: Do not display flags as editable when you cannot edit attachment attributes a=LpSolit (module owner) --- template/en/default/attachment/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/attachment/edit.html.tmpl') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index d9769cfa3..fa8a53a4a 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -160,6 +160,7 @@ [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id attach_id = attachment.id flag_types = attachment.flag_types + read_only_flags = !can_edit %] [% END %] -- cgit v1.2.3-24-g4f1b