Removed Delete button from edit modals

This commit is contained in:
johnny@pittpc.com
2021-01-25 23:25:04 -05:00
parent 71e1aa46ec
commit 4324391e83
18 changed files with 1 additions and 17 deletions

View File

@@ -98,7 +98,6 @@
</div>
<div class="modal-footer bg-white">
<a href="post.php?delete_software=<?php echo $software_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_software" class="btn btn-primary">Save</button>
</div>