From b886b447c939db888aee84224995da58540b4503 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 22 Oct 2017 21:04:02 +0200 Subject: Implemented: A full-text search functionality for posts and pages in the administration area. In addition, some markup within the "/*/index.php" files of the admin template was re-formatted. --- template/admin/html/home.php | 20 +++++++++++++++++--- template/admin/html/page/index.php | 5 ++++- template/admin/html/page/search.php | 20 ++++++++++++++++++++ template/admin/html/post/index.php | 5 ++++- template/admin/html/post/search.php | 20 ++++++++++++++++++++ template/admin/html/user/index.php | 5 ++++- 6 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 template/admin/html/page/search.php create mode 100644 template/admin/html/post/search.php (limited to 'template/admin/html') diff --git a/template/admin/html/home.php b/template/admin/html/home.php index f8a45c5..7698035 100644 --- a/template/admin/html/home.php +++ b/template/admin/html/home.php @@ -2,7 +2,12 @@

text('overview_dashboard_desc')?>

text('last_post')?>

-

text('posts')?>: | text('post_overview')?> | text('insert')?>

+

+ text('posts')?>: + | text('post_overview')?> + | text('insert')?> + | text('search')?> +

@@ -12,7 +17,12 @@

text('last_page')?>

-

text('pages')?>: | text('page_overview')?> | text('insert')?>

+

+ text('pages')?>: + | text('page_overview')?> + | text('insert')?> + | text('search')?> +

@@ -23,7 +33,11 @@

text('last_user')?>

-

text('users')?>: | text('user_overview')?> | text('insert')?>

+

+ text('users')?>: + | text('user_overview')?> + | text('insert')?> +

diff --git a/template/admin/html/page/index.php b/template/admin/html/page/index.php index dbd5144..1027996 100644 --- a/template/admin/html/page/index.php +++ b/template/admin/html/page/index.php @@ -1,4 +1,7 @@ -

text('page_overview')?>">text('insert')?>

+

+ text('page_overview')?> + ">text('insert')?> +

text('overview_page_desc')?>

diff --git a/template/admin/html/page/search.php b/template/admin/html/page/search.php new file mode 100644 index 0000000..1a43bf7 --- /dev/null +++ b/template/admin/html/page/search.php @@ -0,0 +1,20 @@ +

+ text('title_page_search')?> + ">text('insert')?> +

+

text('search_page_desc')?>

+ +
+
+ +
+
+ +
+
+ +
+ + + +
\ No newline at end of file diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php index a78076e..1ae8471 100644 --- a/template/admin/html/post/index.php +++ b/template/admin/html/post/index.php @@ -1,4 +1,7 @@ -

text('post_overview')?>">text('insert')?>

+

+ text('post_overview')?> + ">text('insert')?> +

text('overview_post_desc')?>

diff --git a/template/admin/html/post/search.php b/template/admin/html/post/search.php new file mode 100644 index 0000000..ab021b9 --- /dev/null +++ b/template/admin/html/post/search.php @@ -0,0 +1,20 @@ +

+ text('title_post_search')?> + ">text('insert')?> +

+

text('search_post_desc')?>

+ +
+
+ +
+
+ +
+
+ +
+ + + +
\ No newline at end of file diff --git a/template/admin/html/user/index.php b/template/admin/html/user/index.php index b1b4463..e1e24ef 100644 --- a/template/admin/html/user/index.php +++ b/template/admin/html/user/index.php @@ -1,4 +1,7 @@ -

text('user_overview')?>">text('insert')?>

+

+ text('user_overview')?> + ">text('insert')?> +

text('overview_user_desc')?>

-- cgit v1.2.3