From c48290f4e5574f40e3ba9170d7c52cb87963ca13 Mon Sep 17 00:00:00 2001 From: sean1138 Date: Tue, 12 Jan 2021 14:58:31 -0500 Subject: [PATCH] add category column for view posts tables, each post can have multiplt tags so table column header "Tags" --- system/admin/views/popular-posts.html.php | 4 +++- system/admin/views/posts-list.html.php | 4 +++- system/admin/views/user-draft.html.php | 4 +++- system/admin/views/user-posts.html.php | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/system/admin/views/popular-posts.html.php b/system/admin/views/popular-posts.html.php index 1265928..03ed3ab 100644 --- a/system/admin/views/popular-posts.html.php +++ b/system/admin/views/popular-posts.html.php @@ -6,7 +6,8 @@ - + + views ?> author ?> + category ?> tag ?> Edit Delete diff --git a/system/admin/views/posts-list.html.php b/system/admin/views/posts-list.html.php index 52f6cd4..b618170 100644 --- a/system/admin/views/posts-list.html.php +++ b/system/admin/views/posts-list.html.php @@ -6,7 +6,8 @@ Views - + + views ?> author ?> + category ?> tag ?> diff --git a/system/admin/views/user-draft.html.php b/system/admin/views/user-draft.html.php index 57d401f..e77a93e 100644 --- a/system/admin/views/user-draft.html.php +++ b/system/admin/views/user-draft.html.php @@ -4,7 +4,8 @@ - + + "> title ?> date) ?> + category) ?> tag) ?> diff --git a/system/admin/views/user-posts.html.php b/system/admin/views/user-posts.html.php index 7a0a2d3..bf03d6a 100644 --- a/system/admin/views/user-posts.html.php +++ b/system/admin/views/user-posts.html.php @@ -7,7 +7,8 @@ Views - + + views ?> + category ?> tag ?> Edit