From 291ebde04a7616e7a8cf21075122d2d597fefdcf Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 21 May 2018 15:17:48 +0800 Subject: [PATCH] * Use kindeditor for comment in view file. --- module/common/model.php | 2 +- module/doc/config.php | 2 +- module/doc/view/view.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/common/model.php b/module/common/model.php index 362001b21f..7efb8c8950 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -668,7 +668,7 @@ class commonModel extends model global $lang; if(!commonModel::hasPriv('action', 'comment', $object)) return false; - echo html::commonButton(' ' . $lang->action->create, "title='$lang->comment'", 'btn btn-link pull-right btn-comment'); + echo html::commonButton(' ' . $lang->action->create, '', 'btn btn-link pull-right btn-comment'); echo <<