From: timeless%mozdev.org <> Date: Fri, 24 Aug 2007 09:11:40 +0000 (+0000) Subject: Bug 389541 Provide a way to get from full text bug listing to short bug listing X-Git-Tag: bugzilla-3.1.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7ca58168a6d410583c69334e4a75d56cb23c67;p=thirdparty%2Fbugzilla.git Bug 389541 Provide a way to get from full text bug listing to short bug listing r=vladd a=mkanat --- diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 6820713bfe..38ec4d69c0 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 %]