base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
8
liquid/includes/parts/modals/small.html
Normal file
8
liquid/includes/parts/modals/small.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue