From: Roland Häder Date: Wed, 1 Jun 2016 08:38:54 +0000 (+0200) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=502a9251ed5c3bbd28b3880686de4eb7f121a324;p=jjobs-war.git Continued a bit: - added resend_done.xhtml with using message_box.tpl - added navigation rule for above - used more h:outputText (remember that this is a WUI) - removed old-lost index.xhtml (user login area) - added i18n strings Signed-off-by: Roland Häder --- diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index b4c79d0e..28fad671 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,68 +2,69 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 233fbc16..bcdd1db3 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -555,3 +555,6 @@ ADMIN_EXPORT_USER_ACCOUNT_STATUS=Accountstatus ADMIN_EXPORT_USERS_TITLE=Export der Benutzerdaten starten: ADMIN_EXPORT_USERS_TIMEOUT_WARNING=Bei sehr gro\u00dfen Datenmengen kann es eventuell zu Zeit\u00fcberschreitungen kommen. Daher sollten Sie besser seitenweise exportieren. BUTTON_ADMIN_EXPORT_USERS_XLS=Benutzerdaten als Excel-Datei +PAGE_TITLE_USER_RESEND_DONE=Neuen Best\u00e4tigungslink verschickt +CONTENT_TITLE_USER_RESEND_DONE=Neuen Best\u00e4tigungslink verschickt: +GUEST_USER_RESEND_LINK_COMPLETED=Es ist ein neuer Best\u00e4tigungslink an Ihre Email-Adresse unterwegs. Bitte kontrollieren Sie Ihr Mail-Postfach. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 42fcf218..b19de462 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -556,3 +556,6 @@ ADMIN_EXPORT_USER_ACCOUNT_STATUS=Account status ADMIN_EXPORT_USERS_TITLE=Start export of user data: ADMIN_EXPORT_USERS_TIMEOUT_WARNING=Big data amount may lead to timeouts. You should then try to export each page separately. BUTTON_ADMIN_EXPORT_USERS_XLS=User data as Excel file +PAGE_TITLE_USER_RESEND_DONE=New confirmation link sent +CONTENT_TITLE_USER_RESEND_DONE=New confirmation link sent: +GUEST_USER_RESEND_LINK_COMPLETED=A new confirmation link has been sent out to your email address. Please check your email box. diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 327f149d..b2ccac40 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -155,6 +155,13 @@ /user/login_index.xhtml + + /guest/user/resend_link.xhtml + + resend_done + /guest/user/resend_done.xhtml + + /guest/user/register.xhtml diff --git a/web/guest/user/register_done.xhtml b/web/guest/user/register_done.xhtml index e89511e9..c4e8ab67 100644 --- a/web/guest/user/register_done.xhtml +++ b/web/guest/user/register_done.xhtml @@ -16,7 +16,7 @@
- #{msg.GUEST_USER_REGISTRATION_COMPLETED} +
diff --git a/web/guest/user/resend_done.xhtml b/web/guest/user/resend_done.xhtml new file mode 100644 index 00000000..2cf5efea --- /dev/null +++ b/web/guest/user/resend_done.xhtml @@ -0,0 +1,23 @@ + + + + + #{msg.PAGE_TITLE_USER_RESEND_DONE} + + + #{msg.CONTENT_TITLE_USER_RESEND_DONE} + + + + + + + + + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index dca0bc27..0d6c0fc1 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -18,7 +18,7 @@
- #{msg.LOGIN_EDIT_USER_DATA_TITLE} +