Skip to content

Commit

Permalink
Fix: Search box title collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
shirase committed Jan 26, 2023
1 parent 66c0ce0 commit 69088cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/crud/default/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<?= "<?php /* ?>\n" ?>
<div class="box collapsed-box">
<div class="box-header">
<div class="box-title" onclick="$.AdminLTE.boxWidget.collapse($(this).next().find('button'))" style="cursor: pointer">�����</div>
<div class="box-title" onclick="$(this).next().find('button').trigger('click')" style="cursor: pointer">Найти</div>
<div class="box-tools pull-right"><button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-plus"></i></button></div>
</div>
<div class="box-body">
Expand Down

0 comments on commit 69088cb

Please sign in to comment.