Fix alert settings switch buttons not working

This commit is contained in:
johnny@pittpc.com
2021-02-06 19:42:45 -05:00
parent 5eb1c9544c
commit 71a183993b
3 changed files with 13 additions and 6 deletions

View File

@@ -81,6 +81,12 @@
</div>
</div>
</div>
<div class="col-sm-8">
<div class="float-right">
<a href="post.php?export_trips_csv" class="btn btn-default"><i class="fa fa-fw fa-download"></i> Export</a>
<a href="post.php?import_trips_csv" class="btn btn-default"><i class="fa fa-fw fa-upload"></i> Import</a>
</div>
</div>
</div>
<div class="collapse mt-3 <?php if(!empty($_GET['dtf'])){ echo "show"; } ?>" id="advancedFilter">
<div class="row">