mutators button

This commit is contained in:
Corban-Lee Jones 2024-06-19 00:36:30 +01:00
parent 259de9dff7
commit 4794aa3886

View File

@ -44,19 +44,20 @@
<select name="subMutators" id="subMutators" class="select-2" multiple data-dropdownparent="#subFormModal" tabindex="6"></select>
<div class="form-text">Apply mutators to subscription articles.</div>
</div>
<!-- <div class="form-switch mb-4 ps-0">
<div class="form-switch mb-4 ps-0 d-none">
<label for="subActive" class="form-check-label mb-2">Active</label>
<br>
<input type="checkbox" id="subActive" name="subActive" class="form-check-input ms-0 mt-0" tabindex="6">
<br>
<div class="form-text">Inactive subscriptions wont be processed.</div>
</div> -->
</div>
</div>
</div>
</div>
<div class="modal-footer px-4">
<button type="button" id="deleteEditSub" class="btn btn-danger rounded-1 me-auto ms-0 form-edit" tabindex="7">Delete</button>
<button type="button" id="devGenerateSub" class="btn btn-primary rounded-1 me-auto ms-0 form-create" tabindex="8">&#40;Dev&#41; Generate</button>
<button type="button" id="devGenerateSub" class="btn btn-outline-info rounded-1 me-3 ms-0 form-create" tabindex="7">&#40;Dev&#41; Generate</button>
<button type="button" id="deleteEditSub" class="btn btn-danger rounded-1 me-3 ms-0 form-edit" tabindex="8">Delete</button>
<button type="button" id="subMutatorsBtn" class="btn btn-outline-primary rounded-1 me-auto ms-0" tabindex="9">Article Mutators</button>
<button type="submit" class="btn btn-primary rounded-1 me-0" tabindex="9">
<span class="form-create">Create</span>
<span class="form-edit">Confirm Edit</span>