Bug 882568: Remove unnecessary text about a bug not being part of last search
r=dkl, a=LpSolit git-svn-id: svn://10.0.0.236/trunk@264875 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c9072d48b1
commit
efce004203
@ -1 +1 @@
|
|||||||
8640
|
8641
|
||||||
@ -23,10 +23,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
|
|
||||||
<div class="navigation">
|
|
||||||
[% SET my_search = user.recent_search_for(bug) %]
|
[% SET my_search = user.recent_search_for(bug) %]
|
||||||
[% IF my_search %]
|
[% IF my_search %]
|
||||||
|
<div class="navigation">
|
||||||
[% SET last_bug_list = my_search.bug_list %]
|
[% SET last_bug_list = my_search.bug_list %]
|
||||||
[% SET this_bug_idx = lsearch(last_bug_list, bug.id) %]
|
[% SET this_bug_idx = lsearch(last_bug_list, bug.id) %]
|
||||||
<b>[% terms.Bug %] List:</b>
|
<b>[% terms.Bug %] List:</b>
|
||||||
@ -69,14 +68,5 @@
|
|||||||
|
|
||||||
<a href="buglist.cgi?regetlastlist=
|
<a href="buglist.cgi?regetlastlist=
|
||||||
[%- my_search.id FILTER uri %]">Show last search results</a>
|
[%- my_search.id FILTER uri %]">Show last search results</a>
|
||||||
[% ELSE %]
|
</div>
|
||||||
[%# 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>
|
|
||||||
|
|
||||||
<i><font color="#777777">This [% terms.bug %] is not in your last
|
|
||||||
search results.</font></i>
|
|
||||||
[% END %]
|
[% END %]
|
||||||
</div>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user