From cb9097e0199cf6afca3f144edb7d7addaec1cb59 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 22 Jul 2021 21:04:02 +0200 Subject: Add pagination for search results Add pagination for search results in the admin and default theme. --- theme/admin/html/page/search.php | 4 ++++ theme/admin/html/post/search.php | 4 ++++ theme/default/html/search/result.php | 2 ++ 3 files changed, 10 insertions(+) (limited to 'theme') diff --git a/theme/admin/html/page/search.php b/theme/admin/html/page/search.php index 240e512..906502f 100644 --- a/theme/admin/html/page/search.php +++ b/theme/admin/html/page/search.php @@ -21,4 +21,8 @@ + + + + diff --git a/theme/admin/html/post/search.php b/theme/admin/html/post/search.php index 835a4ef..1afc5e7 100644 --- a/theme/admin/html/post/search.php +++ b/theme/admin/html/post/search.php @@ -21,4 +21,8 @@ + + + + diff --git a/theme/default/html/search/result.php b/theme/default/html/search/result.php index 2dac0ec..8de0e25 100644 --- a/theme/default/html/search/result.php +++ b/theme/default/html/search/result.php @@ -34,3 +34,5 @@ + + -- cgit v1.2.3