Update merge-pdfs.html

This commit is contained in:
zypriafl 2024-11-11 22:41:38 +01:00 committed by GitHub
parent 75a337db11
commit 76fb20563c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
<span class="material-symbols-rounded tool-header-icon organize">add_to_photos</span> <span class="material-symbols-rounded tool-header-icon organize">add_to_photos</span>
<span class="tool-header-text" th:text="#{merge.header}"></span> <span class="tool-header-text" th:text="#{merge.header}"></span>
</div> </div>
<div><p th:text="#{home.merge.desc}"></p></div>
<form th:action="@{'api/v1/general/merge-pdfs'}" method="post" enctype="multipart/form-data"> <form th:action="@{'api/v1/general/merge-pdfs'}" method="post" enctype="multipart/form-data">
<div class="mb-3"> <div class="mb-3">
<label th:text="#{multiPdfDropPrompt}" for="fileInput-input"></label> <label th:text="#{multiPdfDropPrompt}" for="fileInput-input"></label>