Skip to content

Commit

Permalink
Add 'all' button
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Oct 15, 2023
1 parent 26fc756 commit 845b239
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings_account_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ class="fas fa-plus mr-2"></i>Create Account Type</button>
<div class="card-body">
<div class="col-sm-8">
<div class="btn-group float-right">
<a href="settings_account_types.php" class="btn <?php if (!isset($_GET['account_type']) && !isset($_GET['archived'])) {
echo 'btn-primary';
} else {
echo 'btn-default';
} ?>">All</a>
<a href="?account_type=Assets" class="btn <?php if ($account_type == 'Assets') {
echo 'btn-primary';
} else {
Expand Down

0 comments on commit 845b239

Please sign in to comment.