From fed2f109b312cf23329cc204291244cfd958e9af Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 21 Mar 2023 10:44:49 +0800 Subject: [PATCH] * Fix bug #33117. --- module/common/view/kindeditor.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/kindeditor.html.php b/module/common/view/kindeditor.html.php index 5da89fc62c..36a3464243 100755 --- a/module/common/view/kindeditor.html.php +++ b/module/common/view/kindeditor.html.php @@ -49,7 +49,7 @@ $uid = uniqid(''); [ 'formatblock', 'fontname', 'fontsize', 'lineheight', '|', 'forecolor', 'hilitecolor', '|', 'bold', 'italic','underline', 'strikethrough', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', '|', 'insertorderedlist', 'insertunorderedlist', '|', - 'emoticons', 'image', 'insertfile', 'hr', '|', 'link', '|', + 'emoticons', 'image', 'hr', '|', 'link', '|', 'undo', 'redo', '|', 'selectall', 'cut', 'copy', 'paste', '|', 'plainpaste', 'wordpaste', '|', 'removeformat', 'clearhtml','quickformat', '|', 'indent', 'outdent', 'subscript', 'superscript', '|', 'table', 'code', 'pagebreak',