From: Roland Häder Date: Tue, 2 Aug 2016 14:07:45 +0000 (+0200) Subject: Continued a bit: (please cherry-pick) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=177caca43d2dcdf9deaf9f9a9c746d82c940a95f;p=jjobs-war.git Continued a bit: (please cherry-pick) - variable was not fully renamed, fixed - renamed countryI18nkey -> countryI18nKey - fixed name of context property (was shortended) Signed-off-by: Roland Häder --- 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 56be154b..8de92120 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 @@ -137,7 +137,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 6f87af07..f4b11504 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 @@ -65,7 +65,7 @@
- +
diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index ce9699ae..51455c98 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -170,11 +170,7 @@
- <<<<<<< HEAD - - ======= - >>>>>>> 99a5257... Continued a bit: (please cherry-pick)
diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 37c28b0e..40fa93ae 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -18,8 +18,33 @@ false - Whether the multi-page registration page or a single registration page is active - is_multi_register_page + Whether "resend confirmation link" is enabled. + is_feature_user_resend_confirmation_link_enabled + true + + + Whether default timezon is set from system's timezone + javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE + true + + + Whether registration page is enabled. + is_feature_user_registration_enabled + false + + + Whether the guest menu is enabled/shown to the user. + is_feature_guest_menu_enabled + true + + + Whether recovery of user passwords is enabled. + is_feature_user_password_recovery_enabled + false + + + Wether the gender is required for using the general contact controller. + is_feature_general_gender_enabled true 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 f0b675db..51061ce1 100644 --- a/web/guest/user/resend_link.xhtml +++ b/web/guest/user/resend_link.xhtml @@ -2,10 +2,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > #{msg.PAGE_TITLE_INDEX_RESEND_LINK} @@ -15,50 +15,52 @@ - - -
-
- -
- -
- - - + +
+
+ +
-
-
- -
+
+ + + -
- - - -
+
+
+
-
-
- +
+ + + +
+
-
- -
+
+ +
- +
+
- - + +
+
+ + <<<<<<< HEAD + ======= + + >>>>>>> de7e9f0... Continued a bit: (please cherry-pick)