summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-10 00:57:03 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-10 00:57:03 +0100
commitf4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e (patch)
tree63c002607fef7861c0f4313adcde6cf4377adbab /template/en/default/attachment
parent300f1db2e55f177623db677db270946256e128d8 (diff)
downloadbugzilla-f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e.tar.gz
bugzilla-f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e.tar.xz
Bug 545253: Do not display flags as editable when you cannot edit attachment attributes
a=LpSolit (module owner)
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/edit.html.tmpl1
1 files changed, 1 insertions, 0 deletions
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
%]
</div>
[% END %]