Adding a "Deselect all" button in the "Edit" modal
This commit is contained in:
parent
486d35ff0b
commit
8bcd50befc
|
@ -102,6 +102,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer align-right">
|
||||
<button class="button-secondary" name="deselectAll">Deselect all</button>
|
||||
<button class="button-secondary" name="closeEdit">Close</button>
|
||||
<button class="button-primary" name="edit">OK</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue