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 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'template/admin/html/home.php') 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')?> +

-- cgit v1.2.3