From 29ead287180d2bc21cc5a5e70298827e1970aee3 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 2 Nov 2017 23:55:29 +0100 Subject: A new action link has been added to the item overview pages and the CSS was optimized to give them a new look. --- template/admin/html/page/index.php | 11 ++++++----- template/admin/html/post/index.php | 11 ++++++----- template/admin/html/user/index.php | 10 +++++----- 3 files changed, 17 insertions(+), 15 deletions(-) (limited to 'template/admin/html') diff --git a/template/admin/html/page/index.php b/template/admin/html/page/index.php index 1027996..7067c40 100644 --- a/template/admin/html/page/index.php +++ b/template/admin/html/page/index.php @@ -1,8 +1,9 @@ -

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

-

text('overview_page_desc')?>

+

text('page_overview')?>

+

text('overview_page_desc')?>

+
diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php index 1ae8471..f884b05 100644 --- a/template/admin/html/post/index.php +++ b/template/admin/html/post/index.php @@ -1,8 +1,9 @@ -

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

-

text('overview_post_desc')?>

+

text('post_overview')?>

+

text('overview_post_desc')?>

+
diff --git a/template/admin/html/user/index.php b/template/admin/html/user/index.php index e1e24ef..aae8ee8 100644 --- a/template/admin/html/user/index.php +++ b/template/admin/html/user/index.php @@ -1,8 +1,8 @@ -

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

-

text('overview_user_desc')?>

+

text('user_overview')?>

+

text('overview_user_desc')?>

+
-- cgit v1.2.3