Skip to content

Commit

Permalink
Add a filter flip button to show/hide the filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Aug 16, 2024
1 parent 01cda74 commit c8cce78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/skins/classic/views/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<button id="refreshBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Refresh') ?>" ><i class="fa fa-refresh"></i></button>
<button id="tlineBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('ShowTimeline') ?>" ><i class="fa fa-history"></i></button>
<button id="filterBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Filter') ?>"><i class="fa fa-filter"></i></button>
<a class="btn" href="#" data-flip-сontrol-object="#fieldsTable"><i id="fbflip" class="material-icons" data-icon-visible="filter_alt_off" data-icon-hidden="filter_alt"></i></a>
</div>
</div> <!-- .col-sm-1-->
<div class="col-sm-9">
Expand All @@ -107,6 +108,7 @@
echo $filter->widget();
}
?>

</div> <!-- .col-sm-9-->
<div class="col-sm-2">
<div id="rightButtons" class="buttons">
Expand Down

0 comments on commit c8cce78

Please sign in to comment.