From 2330a5d6fd19c4edfb930286cc4b45b26e9d80fe Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 20 Apr 2021 22:40:41 +0900 Subject: [PATCH] Merge status and is_secret columns in comment list view --- modules/comment/tpl/comment_list.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index f7abc67d0..0b99a317d 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -44,7 +44,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; {$lang->date} {$lang->ipaddress} {$lang->status} - {$lang->published} @@ -68,8 +67,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; {$val->getRegdate($val->getRegdateTime() > time() - 86400 ? 'H:i' : 'm-d')} {$val->ipaddress} - {$secret_name_list[$val->isSecret() ? 'Y' : 'N']} - {$lang->published_name_list[$val->status]} + {$val->getStatusText()}