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

@@ -145,7 +145,7 @@
</div>
<div class="modal-footer bg-white">
<a class="btn text-danger mr-auto" href="post.php?delete_event=<?php echo $event_id; ?>"><i class="fa fa-calendar-times mr-2"></i>Delete</a>
<a class="btn btn-default text-danger mr-auto" href="post.php?delete_event=<?php echo $event_id; ?>"><i class="fa fa-calendar-times mr-2"></i>Delete</a>
<button type="submit" name="edit_event" class="btn btn-primary text-bold"><i class="fa fa-check mr-2"></i>Save</button>
<button type="button" class="btn btn-light" data-dismiss="modal"><i class="fa fa-times mr-2"></i>Cancel</button>
</div>