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