Cleaned up empty vars and tags in Vendors listing add edit post

This commit is contained in:
johnny@pittpc.com
2021-02-03 18:31:01 -05:00
parent b7e4cab83a
commit 11f9f82f6d
5 changed files with 60 additions and 37 deletions

View File

@@ -90,7 +90,7 @@
</div>
<div class="col-sm-8">
<div class="btn-group float-right">
<div class="btn-group">
<a href="?status=%" class="btn <?php if($status == '%'){ echo 'btn-primary'; }else{ echo 'btn-default'; } ?>">All</a>
<a href="?status=Open" class="btn <?php if($status == 'Open'){ echo 'btn-primary'; }else{ echo 'btn-default'; } ?>">Open</a>
<a href="?status=In-Progress" class="btn <?php if($status == 'In-Progress'){ echo 'btn-primary'; }else{ echo 'btn-default'; } ?>">In-Progress</a>