From 712eefa3d7f1e4052b4ec369ad865ca0772be832 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 19 Nov 2024 14:15:54 +0800 Subject: [PATCH] fix read only --- .../views/bootstrap3/information_edit.php | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index c1b07c96..3993700b 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -471,7 +471,7 @@ editor = CKEDITOR.replace("ic_content", { width: '100%', height: '560px', - readOnly: ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'true' : 'false'); ?>, + readOnly: ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'false' : 'false'); ?>, filebrowserBrowseUrl: '/wysiwyg/ckfinder/ckfinder.php?sitecode=config->item('site_code'); ?>', filebrowserUploadUrl: '/wysiwyg/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=image', contentsCss: 'config->item("css_source_" . $this->config->item("site_code")); ?>' @@ -663,17 +663,17 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform