From 78b7fae91b566d8df192007a8af145148e618ebb Mon Sep 17 00:00:00 2001 From: Massedil Date: Mon, 7 Oct 2024 13:06:32 +0200 Subject: [PATCH 01/79] Move time display settings near the related datetimepicker --- src/views/Event/EditView.vue | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/views/Event/EditView.vue b/src/views/Event/EditView.vue index 804e9b057..b807c86b8 100644 --- a/src/views/Event/EditView.vue +++ b/src/views/Event/EditView.vue @@ -61,7 +61,7 @@ + {{ + t("Show the time when the event begins") + }} + {{ + t("Show the time when the event ends") + }} - {{ t("Date parameters") }} + {{ t("Timezone parameters") }}
@@ -476,7 +482,7 @@ >
-

{{ t("Date and time settings") }}

+

{{ t("Timezone") }}

@@ -486,7 +492,7 @@ ) }}

- + - - {{ - t("Show the time when the event begins") - }} - - - {{ - t("Show the time when the event ends") - }} -