This commit is contained in:
fz 2025-01-24 22:07:26 +01:00
parent aae5383360
commit bc0c38f294

View File

@ -19,7 +19,6 @@
<span class="material-symbols-rounded tool-header-icon advance">zoom_in_map</span> <span class="material-symbols-rounded tool-header-icon advance">zoom_in_map</span>
<span class="tool-header-text" th:text="#{compress.header}"></span> <span class="tool-header-text" th:text="#{compress.header}"></span>
</div> </div>
<div><p th:text="#{home.compressPdfs.desc}"></p></div>
<form action="#" th:action="@{'/api/v1/misc/compress-pdf'}" method="post" enctype="multipart/form-data"> <form action="#" th:action="@{'/api/v1/misc/compress-pdf'}" method="post" enctype="multipart/form-data">
<div <div
th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}"> th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}">