mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 07:14:51 +00:00
Add 'all' button
This commit is contained in:
@@ -55,6 +55,11 @@ $num_rows = mysqli_num_rows($sql);
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<div class="btn-group float-right">
|
<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') {
|
<a href="?account_type=Assets" class="btn <?php if ($account_type == 'Assets') {
|
||||||
echo 'btn-primary';
|
echo 'btn-primary';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user