mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added initial country support for Canada
This commit is contained in:
17
delete_confirm_modal.php
Normal file
17
delete_confirm_modal.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="modal" id="deleteConfirmModal" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-trash mr-2"></i><?php echo basename($file_name); ?></h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<h3>Are You sure you want to Delete?</h3>
|
||||
</center>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user