Adding a "Deselect All" button #9

Merged
CRImier merged 3 commits from master into master 2020-08-25 01:45:47 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8bcd50befc - Show all commits

View File

@ -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>