merge stuff #318

This commit is contained in:
Anthony Stirling
2023-08-17 22:03:36 +01:00
parent 53e7dbe12f
commit b666aa3f26
3 changed files with 198 additions and 101 deletions

View File

@@ -23,6 +23,8 @@
<ul id="selectedFiles" class="list-group"></ul>
</div>
<div class="form-group text-center">
<button type="button" id="sortByNameBtn" class="btn btn-info" th:text="#{merge.sortByName}"></button>
<button type="button" id="sortByDateBtn" class="btn btn-info" th:text="#{merge.sortByDate}"></button>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{merge.submit}"></button>
</div>
</form>