From 11cd89ced627f25e4d5065641097d734f67dfb70 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Dec 2022 22:34:15 +0000 Subject: www_listing: drop "sort options + mbox downloads" bit The sort options and mbox downloads only apply to individual inbox search endpoints, and they make no sense for the listing of inboxes themselves. --- lib/PublicInbox/SearchView.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lib/PublicInbox/SearchView.pm') diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm index 8932c73d..aeee2a2a 100644 --- a/lib/PublicInbox/SearchView.pm +++ b/lib/PublicInbox/SearchView.pm @@ -134,7 +134,7 @@ sub mset_summary { $q->{-min_pct} = $min; $q->{-max_pct} = $max; } - $$res .= search_nav_bot($mset, $q); + $$res .= search_nav_bot($ctx, $mset, $q); undef; } @@ -225,7 +225,7 @@ EOM } sub search_nav_bot { # also used by WwwListing for searching extindex miscidx - my ($mset, $q) = @_; + my ($ctx, $mset, $q) = @_; my $total = $mset->get_matches_estimated; my $l = $q->{l}; my $rv = '
';
@@ -274,9 +274,10 @@ sub search_nav_bot { # also used by WwwListing for searching extindex miscidx
 	$rv .= qq{prev $pd} if $prev;
 
 	my $rev = $q->qs_html(o => $o < 0 ? 0 : -1);
-	$rv .= qq{ | reverse} .
-		q{ | sort options + mbox downloads } .
-		q{above
}; + $rv .= qq{ | reverse}; + exists($ctx->{ibx}) and + $rv .= q{ | sort options + mbox downloads above}; + $rv; } sub sort_relevance { @@ -301,7 +302,7 @@ sub mset_thread { my $rootset = PublicInbox::SearchThread::thread($msgs, $r ? \&sort_relevance : \&PublicInbox::View::sort_ds, $ctx); - my $skel = search_nav_bot($mset, $q). + my $skel = search_nav_bot($ctx, $mset, $q). "
-- links below jump to the message on this page --\n";
 
 	$ctx->{-upfx} = '';
-- 
cgit v1.2.3-24-ge0c7