From 9e7ca58168a6d410583c69334e4a75d56cb23c67 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 24 Aug 2007 09:11:40 +0000 Subject: Bug 389541 Provide a way to get from full text bug listing to short bug listing r=vladd a=mkanat --- template/en/default/bug/show-multiple.html.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 6820713bf..38ec4d69c 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -32,8 +32,18 @@ %] [% PROCESS bug/time.html.tmpl %] [% IF bugs.first %] + [% ids = [] %] [% FOREACH bug = bugs %] [% PROCESS bug_display %] + [% ids.push(bug.bug_id) %] + [% END %] + [% IF ids.size > 1 %] +
+
+ + +
+
[% END %] [% ELSE %]

-- cgit v1.2.3-24-g4f1b