* finish task #3442.

This commit is contained in:
wangyidong
2017-12-14 15:29:09 +08:00
parent fc70d4ffdb
commit 11d80a5d93
12 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ class commonModel extends model
global $lang;
if(!commonModel::hasPriv($module, 'edit', $object)) return false;
if(!commonModel::hasPriv('action', 'comment', $object)) return false;
echo html::a('#commentBox', '<i class="icon-comment-alt"></i>', '', "title='$lang->comment' onclick='setComment()' class='btn'");
}