mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Started adding delete buttons to edit windows and removing the action column on some tables this will allow for more room to display data
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-footer bg-white">
|
||||
<a href="post.php?delete_trip=<?php echo $trip_id; ?>" class="btn btn-danger mr-auto"><i class="fa fa-trash text-white"></i></a>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
<button type="submit" name="edit_trip" class="btn btn-primary">Save</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user