From b03111780c71fb98f3c896cae401454b86216515 Mon Sep 17 00:00:00 2001 From: uid623 <> Date: Tue, 6 Jun 2006 22:36:18 +0000 Subject: Patch for bug 315590: add anchors to flag section; patch by timeless , r=vladd, a=myk. --- template/en/default/attachment/list.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 0b42c0c3c..b39530244 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/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) %] -- cgit v1.2.3-24-g4f1b