20 lines
606 B
HTML
20 lines
606 B
HTML
<div class="modal-dialog">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
aria-hidden="true">×</button>
|
|
<h3>Delete</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>
|
|
Are you sure you want to delete "<span class="file-title"></span>"?
|
|
</p>
|
|
<blockquote class="muted">
|
|
<b>NOTE:</b> This will not delete the file on synchronized locations.
|
|
</blockquote>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<a href="#" class="btn" data-dismiss="modal">Cancel</a> <a href="#"
|
|
class="btn btn-primary action-remove-file" data-dismiss="modal">Delete</a>
|
|
</div>
|
|
</div>
|