From defb5e3d7bb977cf3e7a763ff80f4107f3fed563 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 21 Jul 2026 21:27:18 +0200 Subject: [PATCH 1/2] added translations for document type "offer" Signed-off-by: Stephan Richter --- translations/src/main/resources/de.json | 1 + translations/src/main/resources/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/translations/src/main/resources/de.json b/translations/src/main/resources/de.json index 0be17a0d..60691d5d 100644 --- a/translations/src/main/resources/de.json +++ b/translations/src/main/resources/de.json @@ -278,6 +278,7 @@ "oidc_Login" : "Anmeldung mit OIDC", "old_password": "altes Passwort", + "offer": "Angebot", "option": "Option", "options": "Optionen", "organization": "Organisation", diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index fa4828a3..2f6a7493 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -278,6 +278,7 @@ "oidc_Login" : "Login via OIDC", "old_password": "old password", + "offer": "offer", "option": "option", "options": "options", "organization": "organization", From 1a7992482161320f5f63b3e03a54ef690cb725e0 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 21 Jul 2026 20:41:57 +0200 Subject: [PATCH 2/2] implemented button to make document positions optional Signed-off-by: Stephan Richter --- frontend/src/routes/document/Position.svelte | 8 +++++++- translations/src/main/resources/de.json | 2 ++ translations/src/main/resources/en.json | 2 ++ web/src/main/resources/web/css/bloodshed-color.css | 8 ++++++++ web/src/main/resources/web/css/bloodshed.css | 9 +++++++++ web/src/main/resources/web/css/default-color.css | 8 ++++++++ web/src/main/resources/web/css/default.css | 9 +++++++++ web/src/main/resources/web/css/winter-color.css | 9 +++++++++ web/src/main/resources/web/css/winter.css | 9 +++++++++ 9 files changed, 63 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/document/Position.svelte b/frontend/src/routes/document/Position.svelte index e746422f..b195b0e3 100644 --- a/frontend/src/routes/document/Position.svelte +++ b/frontend/src/routes/document/Position.svelte @@ -1,6 +1,7 @@