Remove Quick Add Instead redirect them to the categories settings page when plus is clicked

This commit is contained in:
johnnyq
2023-11-09 13:09:38 -05:00
parent 8975fcf2ee
commit f6076ad97a
28 changed files with 40 additions and 167 deletions

View File

@@ -98,7 +98,7 @@
?>
</select>
<div class="input-group-append">
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#addQuickCategoryIncomeModal"><i class="fas fa-fw fa-plus"></i></button>
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>