summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/list.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-02-22 06:56:07 +0100
committerjocuri%softhome.net <>2006-02-22 06:56:07 +0100
commit34159623742cea3107168167ff47b395b41c8e26 (patch)
tree4e62ec20e0d71938e2d2e669994f39286ab1e05c /template/en/default/attachment/list.html.tmpl
parent22d91ae8829b9d914e793a41ab8b14b451988ae5 (diff)
downloadbugzilla-34159623742cea3107168167ff47b395b41c8e26.tar.gz
bugzilla-34159623742cea3107168167ff47b395b41c8e26.tar.xz
Patch for bug 326060: Remove template check for flag.setter (it always exists) - patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
Diffstat (limited to 'template/en/default/attachment/list.html.tmpl')
-rw-r--r--template/en/default/attachment/list.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index 8734487a6..03368ce26 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -64,9 +64,7 @@
<i>none</i>
[% ELSE %]
[% FOREACH flag = attachment.flags %]
- [% IF flag.setter %]
- [% flag.setter.nick FILTER html %]:
- [% END %]
+ [% flag.setter.nick FILTER html %]:
[%+ flag.type.name FILTER html FILTER no_break %][% flag.status %]
[%+ IF flag.status == "?" && flag.requestee %]
([% flag.requestee.nick FILTER html %])