Skip to content

Commit c8cce78

Browse files
Add a filter flip button to show/hide the filters
1 parent 01cda74 commit c8cce78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/skins/classic/views/events.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<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>
9898
<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>
9999
<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>
100+
<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>
100101
</div>
101102
</div> <!-- .col-sm-1-->
102103
<div class="col-sm-9">
@@ -107,6 +108,7 @@
107108
echo $filter->widget();
108109
}
109110
?>
111+
110112
</div> <!-- .col-sm-9-->
111113
<div class="col-sm-2">
112114
<div id="rightButtons" class="buttons">

0 commit comments

Comments
 (0)