Initial implementation of view comment screen

This commit is contained in:
Kijin Sung 2017-02-10 22:17:29 +09:00
parent 07da55ba8e
commit a85c3ccb01
10 changed files with 109 additions and 2 deletions

View file

@ -49,4 +49,5 @@ $lang->improper_comment_reasons['others'] = 'Others (Write your own)';
$lang->about_improper_comment_declare = 'Write here why you report this comment as an improper thing.';
$lang->msg_deleted_comment = 'This comment has been deleted.';
$lang->msg_admin_deleted_comment = 'This comment has been deleted by an administrator.';
$lang->msg_no_text_comment = 'This comment contains no text.';
$lang->msg_comment_notify_mail = "[%s] A new comment was posted on document: \" %s \"";