From 6261dc9cf41aaaa0eb2a05fbe81bc107ab91bbdd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 29 Nov 2022 15:27:32 +0100 Subject: User-defined time zone (#4906) * User-defined time zone #fix https://github.com/FreshRSS/FreshRSS/issues/2754 * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge * Timezone when creating a new user Co-authored-by: Frans de Jonge --- app/views/auth/register.phtml | 12 ++++++++++++ app/views/configure/display.phtml | 19 +++++++++++++++++++ app/views/user/manage.phtml | 16 ++++++++++++++-- 3 files changed, 45 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/auth/register.phtml b/app/views/auth/register.phtml index a56eff3ee..66c4a1ccb 100644 --- a/app/views/auth/register.phtml +++ b/app/views/auth/register.phtml @@ -15,6 +15,18 @@ +
+ + +
+
+
+ +
+ +
+
+
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index 0d01d33d7..22a1a4d03 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -15,8 +15,6 @@ - -
@@ -30,6 +28,20 @@
+
+ +
+ +
+
+
-- cgit v1.2.3