From 54516e1178c34b0a68b96edab024a6b0184d36cb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 15 Sep 2017 16:29:54 +0200 Subject: The IDs of the items in the overview lists of the admin template are now no longer displayed within a

element and have been moved to the underlying
element. --- template/admin/html/page/item.php | 3 ++- template/admin/html/post/item.php | 3 ++- template/admin/html/user/item.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'template/admin/html') diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index 4fa1375..fa251cb 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -1,7 +1,8 @@
-

#

+

+ # ">
diff --git a/template/admin/html/post/item.php b/template/admin/html/post/item.php index 03657b5..83a1d35 100644 --- a/template/admin/html/post/item.php +++ b/template/admin/html/post/item.php @@ -1,7 +1,8 @@
-

#

+

+ # ">
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php index f341359..62e2c60 100644 --- a/template/admin/html/user/item.php +++ b/template/admin/html/user/item.php @@ -1,7 +1,8 @@
-

#

+

+ #
-- cgit v1.2.3