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()}