From c78ad64ad89ff58713081685419633cba85eb1e4 Mon Sep 17 00:00:00 2001 From: fuchigam1 Date: Sun, 3 Mar 2024 22:39:17 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#3108=20=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=89=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E4=B8=80=E8=A6=A7=E3=81=AE=E7=B5=9E=E3=82=8A=E8=BE=BC=E3=81=BF?= =?UTF-8?q?=E6=A4=9C=E7=B4=A2=E3=81=AB=E3=80=8C=E3=82=AF=E3=83=AA=E3=82=A2?= =?UTF-8?q?=E3=80=8D=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=8C=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=9F=E3=82=81=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BcUploader/Admin/element/search/uploader_files_index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/bc-admin-third/templates/plugin/BcUploader/Admin/element/search/uploader_files_index.php b/plugins/bc-admin-third/templates/plugin/BcUploader/Admin/element/search/uploader_files_index.php index ec7f59ad97..b619c62143 100755 --- a/plugins/bc-admin-third/templates/plugin/BcUploader/Admin/element/search/uploader_files_index.php +++ b/plugins/bc-admin-third/templates/plugin/BcUploader/Admin/element/search/uploader_files_index.php @@ -67,6 +67,9 @@ BcAdminForm->button(__d('baser_core', '検索'), ['id' => 'BtnSearchSubmit', 'class' => 'bca-btn bca-loading', 'data-bca-btn-type' => 'search']) ?> +
+ BcAdminForm->button(__d('baser_core', 'クリア'), ['id' => 'BtnSearchClear', 'class' => 'bca-btn', 'data-bca-btn-type' => 'clear']) ?> +
Form->end() ?>