Commit 9138d899 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred Karl…

Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=myk,LpSolit a=myk
parent 5f173728
...@@ -28,8 +28,10 @@ ...@@ -28,8 +28,10 @@
([% this_bug_idx + 1 %] of [% bug_list.size %]) ([% this_bug_idx + 1 %] of [% bug_list.size %])
[% END %] [% END %]
[% IF this_bug_idx != -1 %]
<a href="show_bug.cgi?id=[% bug_list.first %]">First</a> <a href="show_bug.cgi?id=[% bug_list.first %]">First</a>
<a href="show_bug.cgi?id=[% bug_list.last %]">Last</a> <a href="show_bug.cgi?id=[% bug_list.last %]">Last</a>
[% END %]
[% IF bug.bug_id %] [% IF bug.bug_id %]
[% IF this_bug_idx != -1 %] [% IF this_bug_idx != -1 %]
...@@ -47,13 +49,22 @@ ...@@ -47,13 +49,22 @@
<i><font color="#777777">Next</font></i> <i><font color="#777777">Next</font></i>
[% END %] [% END %]
[% ELSE %] [% ELSE %]
(This [% terms.bug %] is not in your list) (This [% terms.bug %] is not in your last search results)
[% END %] [% END %]
[% ELSE %] [% ELSE %]
&nbsp;&nbsp; &nbsp;&nbsp;
[% END %] [% END %]
&nbsp;&nbsp;<a href="buglist.cgi?regetlastlist=1">Show list</a> &nbsp;&nbsp;<a href="buglist.cgi?regetlastlist=1">Show last search results</a>
[% ELSE %]
[%# Either !bug_list || bug_list.size <= 0 %]
[%# With no list, don't show link to search results %]
<i><font color="#777777">First</font></i>
<i><font color="#777777">Last</font></i>
<i><font color="#777777">Prev</font></i>
<i><font color="#777777">Next</font></i>
&nbsp;&nbsp;
<i><font color="#777777">No search results available</font></i>
[% END %] [% END %]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="query.cgi">Search page</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="query.cgi">Search page</a>
......
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