From 24877f1ed91380c76c49e3780f3c70c009509b07 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 4 Jul 2021 14:50:48 +0200 Subject: Use list for item meta elements --- theme/admin/html/category/item.php | 16 +++++++++++----- theme/admin/html/page/item.php | 12 ++++++++---- theme/admin/html/post/item.php | 14 ++++++++++---- theme/admin/html/user/item.php | 8 +++++--- 4 files changed, 34 insertions(+), 16 deletions(-) (limited to 'theme/admin/html') diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php index f8e7223..ad458d6 100644 --- a/theme/admin/html/category/item.php +++ b/theme/admin/html/category/item.php @@ -4,11 +4,17 @@ # -
- - text('posts')?>: - text('categories')?>: -
+
diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php index 267416a..c88256e 100644 --- a/theme/admin/html/page/item.php +++ b/theme/admin/html/page/item.php @@ -4,10 +4,14 @@ # -
- " title="text('update_user')?>"> - -
+
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index 330e682..03b39d3 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -4,13 +4,19 @@ # -
- " title="text('update_user')?>"> +
+
  • + +
  • +
    diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php index 80edd3b..c84e24b 100644 --- a/theme/admin/html/user/item.php +++ b/theme/admin/html/user/item.php @@ -4,9 +4,11 @@ # -
    - -
    +
      +
    • + +
    • +
    -- cgit v1.2.3