From 21bd236b7d3ea64fc0edf7d15a6b640a55eebf02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 2 Aug 2016 16:07:45 +0200 Subject: [PATCH] Continued a bit: (please cherry-pick) - variable was not fully renamed, fixed - renamed countryI18nkey -> countryI18nKey - fixed name of context property (was shortended) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../admin/contact/admin_form_contact_data.tpl | 2 +- .../admin_form_mobile_provider.tpl | 2 +- .../templates/contact/form_contact_data.tpl | 2 +- web/WEB-INF/web.xml | 4 +- web/admin/country/admin_country_list.xhtml | 2 +- .../admin_mobile_provider_list.xhtml | 2 +- web/guest/user/register_done.xhtml | 4 +- web/guest/user/resend_link.xhtml | 66 +++++++++---------- 8 files changed, 39 insertions(+), 45 deletions(-) diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl index d3d6af9a..3709e10e 100644 --- a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -200,7 +200,7 @@ - + diff --git a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl index 597d4770..0b2fd8f8 100644 --- a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl +++ b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl @@ -67,7 +67,7 @@
- +
diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index adf10ba6..802358a6 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -215,7 +215,7 @@ - + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 3e7ecd84..4a5a1997 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -19,8 +19,8 @@ Whether "resend confirmation link" is enabled. - is_feature_user_resend_confirm_link_enabled - false + is_feature_user_resend_confirmation_link_enabled + true Whether default timezon is set from system's timezone diff --git a/web/admin/country/admin_country_list.xhtml b/web/admin/country/admin_country_list.xhtml index 26b383ae..6e6b3e7e 100644 --- a/web/admin/country/admin_country_list.xhtml +++ b/web/admin/country/admin_country_list.xhtml @@ -47,7 +47,7 @@ - + diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index 8d30d8b1..d1480294 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -47,7 +47,7 @@ - + diff --git a/web/guest/user/register_done.xhtml b/web/guest/user/register_done.xhtml index c4e8ab67..5a4d6080 100644 --- a/web/guest/user/register_done.xhtml +++ b/web/guest/user/register_done.xhtml @@ -20,9 +20,7 @@
- - - +
diff --git a/web/guest/user/resend_link.xhtml b/web/guest/user/resend_link.xhtml index 68d8c6e6..a97be777 100644 --- a/web/guest/user/resend_link.xhtml +++ b/web/guest/user/resend_link.xhtml @@ -15,50 +15,46 @@ - - -
-
- -
- -
- - - + +
+
+ +
-
-
- -
+
+ + + -
- - - -
+
+
+
-
-
- +
+ + + +
+
-
- -
+
+ +
- +
+ +
+ + - - +
+
- - - +
-- 2.39.5