mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Removed Delete button from edit modals
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
|
||||
</div>
|
||||
<div class="modal-footer bg-white">
|
||||
<a href="post.php?delete_domain=<?php echo $domain_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_domain" class="btn btn-primary">Save</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user