work on modal functionality
This commit is contained in:
parent
e6d0cea361
commit
1eac879ea9
@ -50,7 +50,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer border-top-0 px-4">
|
||||
<button type="button" class="btn btn-danger rounded-1 me-auto ms-0 form-edit" tabindex="6">
|
||||
<button type="button" class="btn btn-danger rounded-1 me-auto ms-0 modal-del-btn form-edit" tabindex="6">
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary rounded-1 me-0 px-4" tabindex="7">
|
||||
|
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer px-4 border-top-0">
|
||||
<button type="button" id="deleteEditSub" class="btn btn-danger rounded-1 me-auto ms-0 form-edit" tabindex="10">
|
||||
<button type="button" class="btn btn-danger rounded-1 me-auto ms-0 modal-del-btn form-edit" tabindex="10">
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary rounded-1 me-0 px-4" tabindex="11">
|
||||
|
@ -73,10 +73,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer px-4 border-top-0">
|
||||
<button type="button" id="devGenerateSub" class="btn btn-outline-secondary rounded-1 me-auto ms-0 form-create" tabindex="10">
|
||||
<button type="button" class="btn btn-outline-secondary rounded-1 me-auto ms-0 form-create" tabindex="10">
|
||||
<i class="bi bi-dice-5"></i>
|
||||
</button>
|
||||
<button type="button" id="deleteEditSub" class="btn btn-danger rounded-1 me-3 ms-0 form-edit" tabindex="11">
|
||||
<button type="button" class="btn btn-danger rounded-1 me-3 ms-0 modal-del-btn form-edit" tabindex="11">
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-secondary rounded-1 me-auto ms-0 px-4 form-edit" data-bs-toggle="modal" data-bs-target="#subContentModal" tabindex="12">
|
||||
|
Loading…
x
Reference in New Issue
Block a user