Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error 404 on categories.php as it is now admin_categories.php #890

Merged
merged 1 commit into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading