Commit 9e7ca581 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 389541 Provide a way to get from full text bug listing to short bug listing

r=vladd a=mkanat
parent 2140e650
......@@ -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 %]
<div class="bz_query_buttons">
<form method="post" action="buglist.cgi">
<input type="hidden" name="bug_id" value="[% ids.join(",") FILTER none %]">
<input type="submit" id="short_format" value="Short Format">
</form>
</div>
[% END %]
[% ELSE %]
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment