Skip to content

Commit

Permalink
fix #3108 アップロードファイル一覧の絞り込み検索に「クリア」ボタンがないため追加 (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchigam1 authored Mar 3, 2024
1 parent 0fc2e1a commit 384a61b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<?php echo $this->BcAdminForm->button(__d('baser_core', '検索'), ['id' => 'BtnSearchSubmit', 'class' => 'bca-btn bca-loading', 'data-bca-btn-type' => 'search']) ?>
<?php endif ?>
</span>
<div class="bca-search__btns-item">
<?php echo $this->BcAdminForm->button(__d('baser_core', 'クリア'), ['id' => 'BtnSearchClear', 'class' => 'bca-btn', 'data-bca-btn-type' => 'clear']) ?>
</div>
</span>
</div>
<?php echo $this->Form->end() ?>

0 comments on commit 384a61b

Please sign in to comment.