Commit 2288b468 authored by David Lawrence's avatar David Lawrence

Bug 1068277: No longer able to save/edit/forget a saved search if results are 0 in buglist.cgi

r=LpSolit,a=sgreen
parent 164d2a87
......@@ -188,8 +188,8 @@
[%# Navigation Bar #%]
[%############################################################################%]
[% IF bugs.size > 0 %]
<div class="buglist_menu">
[% IF bugs.size > 0 %]
<div class="bz_query_buttons">
<form method="post" action="show_bug.cgi">
[% buglist_joined = buglist.join(",") %]
......@@ -253,6 +253,7 @@
[% Hook.process("links") %]
</div>
<br>
[% END %]
<div class="bz_query_edit">
<a href="[% PROCESS edit_search_url %]"><button>Edit Search</button></a>
</div>
......@@ -279,7 +280,6 @@
</div>
[% END %]
</div>
[% END %]
[% IF one_product.defined && bugs.size %]
<p class="bz_query_single_product">
......
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