From 9138d8995d1408306fbf24d43ac21066883c7970 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Jun 2005 02:30:29 +0000 Subject: Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred Karl Kornel r=myk,LpSolit a=myk --- template/en/default/bug/navigate.html.tmpl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/navigate.html.tmpl') diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index 68b894b0c..0263f6535 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -28,8 +28,10 @@ ([% this_bug_idx + 1 %] of [% bug_list.size %]) [% END %] +[% IF this_bug_idx != -1 %] First Last +[% END %] [% IF bug.bug_id %] [% IF this_bug_idx != -1 %] @@ -47,13 +49,22 @@ Next [% END %] [% ELSE %] - (This [% terms.bug %] is not in your list) + (This [% terms.bug %] is not in your last search results) [% END %] [% ELSE %]    [% END %] -   Show list +   Show last search results +[% ELSE %] + [%# Either !bug_list || bug_list.size <= 0 %] + [%# With no list, don't show link to search results %] + First + Last + Prev + Next +    + No search results available [% END %]      Search page -- cgit v1.2.3-24-g4f1b