From 292ebed6d1d2f82fc05406018966e5432481b503 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 3 Feb 2021 16:11:09 -0500 Subject: [PATCH] LP1912380 Bottom Pagination for Catalog Search Adds pagination to the bottom of a catalog search in the staff catalog. To Test: Search for a general topic in the staff catalog. Pagination is at the top of the search results but not the bottom. Apply the patch. Pagination now appears at the top and bottom of the search results. Signed-off-by: Garry Collum Signed-off-by: Tiffany Little Signed-off-by: Jane Sandberg --- .../eg2/src/app/staff/catalog/result/results.component.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html index 91bc2fde17..4346fc044c 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html @@ -71,6 +71,10 @@ +
+ +
+ -- 2.43.2