Skip to content

Commit

Permalink
Fix error 404 on categories.php as it is now admin_categories.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Feb 23, 2024
1 parent 603d677 commit 4b73014
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion expense_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion expense_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion invoice_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions invoice_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -89,4 +89,4 @@
</form>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion product_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion product_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion quote_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion quote_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<select class="form-control select2" name="category" id="editQuoteCategory" required>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion recurring_expense_create_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion recurring_expense_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Expense" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions recurring_invoice_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand All @@ -110,4 +110,4 @@
</form>
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions recurring_invoice_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -108,4 +108,4 @@
</form>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion revenue_add_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion revenue_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 4b73014

Please sign in to comment.