From d91d9700cc1fd2db0f07991f96fd00abc144c73f Mon Sep 17 00:00:00 2001 From: uid623 Date: Tue, 6 Jun 2006 15:36:18 +0000 Subject: [PATCH] Patch for bug 315590: add anchors to flag section; patch by timeless , r=vladd, a=myk. git-svn-id: svn://10.0.0.236/trunk@199115 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/attachment/list.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl index 0b42c0c3cd5..b395302449e 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl @@ -22,7 +22,7 @@
- + @@ -33,11 +33,13 @@ [% canseeprivate = !Param("insidergroup") || UserInGroup(Param("insidergroup")) %] + [% count = 0 %] [% FOREACH attachment = attachments %] [% IF !attachment.isprivate || canseeprivate %] + [% count = count + 1 %]
AttachmentAttachment Type Creator CreatedActions
- [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] + [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]