From 798fc257aa5b52dcb4142715c0ab2b072661b07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Sz=C3=BCcs?= <127139797+balazs-szucs@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:31:44 +0200 Subject: [PATCH] fix: Update checkbox elements to use Bootstrap classes for consistent styling (#4412) --- .../resources/templates/adminSettings.html | 4 +-- .../resources/templates/auto-split-pdf.html | 2 +- .../templates/convert/eml-to-pdf.html | 14 +++++----- .../templates/convert/img-to-pdf.html | 2 +- .../templates/convert/pdf-to-img.html | 6 ++--- .../templates/edit-table-of-contents.html | 5 ++-- .../resources/templates/fragments/navbar.html | 4 +-- .../src/main/resources/templates/home.html | 2 +- .../src/main/resources/templates/login.html | 2 +- .../main/resources/templates/merge-pdfs.html | 8 +++--- .../templates/misc/change-metadata.html | 26 +++++++++---------- .../templates/misc/compress-pdf.html | 4 +-- .../templates/misc/extract-images.html | 4 +-- .../resources/templates/misc/flatten.html | 2 +- .../resources/templates/misc/ocr-pdf.html | 22 ++++++++-------- .../templates/misc/scanner-effect.html | 10 +++---- .../templates/multi-page-layout.html | 2 +- .../templates/security/add-password.html | 16 ++++++------ .../templates/security/add-watermark.html | 6 ++--- .../templates/security/auto-redact.html | 12 ++++----- .../templates/security/cert-sign.html | 8 +++--- .../security/change-permissions.html | 16 ++++++------ .../resources/templates/security/redact.html | 4 +-- .../templates/security/sanitize-pdf.html | 12 ++++----- .../src/main/resources/templates/sign.html | 2 +- .../templates/split-pdf-by-chapters.html | 12 ++++----- .../templates/split-pdf-by-sections.html | 4 +-- .../src/main/resources/templates/usage.html | 16 +++++++----- 28 files changed, 115 insertions(+), 112 deletions(-) diff --git a/app/core/src/main/resources/templates/adminSettings.html b/app/core/src/main/resources/templates/adminSettings.html index 4c2a7988b..1c4fca184 100644 --- a/app/core/src/main/resources/templates/adminSettings.html +++ b/app/core/src/main/resources/templates/adminSettings.html @@ -302,8 +302,8 @@
- - + +
diff --git a/app/core/src/main/resources/templates/auto-split-pdf.html b/app/core/src/main/resources/templates/auto-split-pdf.html index 25584918c..b52aa0009 100644 --- a/app/core/src/main/resources/templates/auto-split-pdf.html +++ b/app/core/src/main/resources/templates/auto-split-pdf.html @@ -29,7 +29,7 @@ th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}">
- +

diff --git a/app/core/src/main/resources/templates/convert/eml-to-pdf.html b/app/core/src/main/resources/templates/convert/eml-to-pdf.html index e3b469ab9..37e412018 100644 --- a/app/core/src/main/resources/templates/convert/eml-to-pdf.html +++ b/app/core/src/main/resources/templates/convert/eml-to-pdf.html @@ -25,16 +25,16 @@ th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='.eml,message/rfc822')}"> -

- - +
+ +
-
-
- - +
+
+ +
diff --git a/app/core/src/main/resources/templates/convert/img-to-pdf.html b/app/core/src/main/resources/templates/convert/img-to-pdf.html index c3b01eec2..c0638c55f 100644 --- a/app/core/src/main/resources/templates/convert/img-to-pdf.html +++ b/app/core/src/main/resources/templates/convert/img-to-pdf.html @@ -36,7 +36,7 @@
- +
diff --git a/app/core/src/main/resources/templates/convert/pdf-to-img.html b/app/core/src/main/resources/templates/convert/pdf-to-img.html index 8cd0df5ec..531d9dad9 100644 --- a/app/core/src/main/resources/templates/convert/pdf-to-img.html +++ b/app/core/src/main/resources/templates/convert/pdf-to-img.html @@ -73,9 +73,9 @@
-
- - +
+ +
diff --git a/app/core/src/main/resources/templates/edit-table-of-contents.html b/app/core/src/main/resources/templates/edit-table-of-contents.html index 21a7204e7..503ab99f4 100644 --- a/app/core/src/main/resources/templates/edit-table-of-contents.html +++ b/app/core/src/main/resources/templates/edit-table-of-contents.html @@ -33,13 +33,12 @@ th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}">
-
+
-
- +
- +
diff --git a/app/core/src/main/resources/templates/home.html b/app/core/src/main/resources/templates/home.html index 334939a2c..9773d54ab 100644 --- a/app/core/src/main/resources/templates/home.html +++ b/app/core/src/main/resources/templates/home.html @@ -152,7 +152,7 @@
- +
diff --git a/app/core/src/main/resources/templates/merge-pdfs.html b/app/core/src/main/resources/templates/merge-pdfs.html index f8d194a4e..5cf619a2c 100644 --- a/app/core/src/main/resources/templates/merge-pdfs.html +++ b/app/core/src/main/resources/templates/merge-pdfs.html @@ -27,13 +27,13 @@ th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=true, accept='application/pdf')}">
-
- +
+
-
- +
+
diff --git a/app/core/src/main/resources/templates/misc/change-metadata.html b/app/core/src/main/resources/templates/misc/change-metadata.html index 524fde9c8..265ea298d 100644 --- a/app/core/src/main/resources/templates/misc/change-metadata.html +++ b/app/core/src/main/resources/templates/misc/change-metadata.html @@ -19,56 +19,56 @@

-
- +
+
-
- +
+
- +
- +
- +
- +
- +
- +
- +
- +
- +
- -
diff --git a/app/core/src/main/resources/templates/misc/extract-images.html b/app/core/src/main/resources/templates/misc/extract-images.html index d47a72d7c..afcc2a789 100644 --- a/app/core/src/main/resources/templates/misc/extract-images.html +++ b/app/core/src/main/resources/templates/misc/extract-images.html @@ -27,8 +27,8 @@
-
- +
+
diff --git a/app/core/src/main/resources/templates/misc/flatten.html b/app/core/src/main/resources/templates/misc/flatten.html index 51f06737d..fca06e093 100644 --- a/app/core/src/main/resources/templates/misc/flatten.html +++ b/app/core/src/main/resources/templates/misc/flatten.html @@ -22,7 +22,7 @@
- +

diff --git a/app/core/src/main/resources/templates/misc/ocr-pdf.html b/app/core/src/main/resources/templates/misc/ocr-pdf.html index e1de37eb8..6fa85b1fc 100644 --- a/app/core/src/main/resources/templates/misc/ocr-pdf.html +++ b/app/core/src/main/resources/templates/misc/ocr-pdf.html @@ -55,7 +55,7 @@
- +
@@ -82,24 +82,24 @@
- - + +
- - + +
- - + +
- - + +
- - + +

diff --git a/app/core/src/main/resources/templates/misc/scanner-effect.html b/app/core/src/main/resources/templates/misc/scanner-effect.html index e04e82f19..b2900816f 100644 --- a/app/core/src/main/resources/templates/misc/scanner-effect.html +++ b/app/core/src/main/resources/templates/misc/scanner-effect.html @@ -40,8 +40,8 @@
- - + +