1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-25 03:08:14 +04:00
Files
tabler/shared/includes/parts/modals/small.html
2025-04-15 23:18:49 +02:00

8 lines
387 B
HTML

<div class="modal-body">
<div class="modal-title">Are you sure?</div>
<div>If you proceed, you will lose all your personal data.</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link link-secondary me-auto" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Yes, delete all my data</button>
</div>