update #5

Open
mdebray wants to merge 231 commits from update into main
Showing only changes of commit b2862a3fc4 - Show all commits

View file

@ -108,7 +108,7 @@
<input type="checkbox" id="convertPDFToImage" name="convertPDFToImage"> <input type="checkbox" id="convertPDFToImage" name="convertPDFToImage">
<label for="convertPDFToImage" th:text="#{watermark.selectText.10}"></label> <label for="convertPDFToImage" th:text="#{watermark.selectText.10}"></label>
</div> </div>
<div class="mb-3 text-center"> <div class="mb-3 text-left">
<input type="submit" id="submitBtn" th:value="#{watermark.submit}" class="btn btn-primary"> <input type="submit" id="submitBtn" th:value="#{watermark.submit}" class="btn btn-primary">
</div> </div>
</form> </form>
@ -144,4 +144,4 @@
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block> <th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
</div> </div>
</body> </body>
</html> </html>