LP1912380 Bottom Pagination for Catalog Search
authorGarry Collum <gcollum@gmail.com>
Wed, 3 Feb 2021 21:11:09 +0000 (16:11 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Sat, 27 Feb 2021 16:56:45 +0000 (08:56 -0800)
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 <gcollum@gmail.com>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html

index 91bc2fd..4346fc0 100644 (file)
             </eg-catalog-result-record>
           </div>
         </div>
+        <div class="float-right">
+          <eg-catalog-result-pagination></eg-catalog-result-pagination>
+        </div>
+
       </div>
     </div>
   </div>