From c0abb71f417f87ff79785f0503fe40f8af1524ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 4 May 2016 12:58:03 +0200 Subject: [PATCH] class was wrong, needs to be styleClass MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates.dist/login_page.xhtml | 4 +- web/WEB-INF/templates/admin/admin_base.tpl | 6 +- .../admin/contact/admin_form_contact_data.tpl | 28 +-- .../admin/country/admin_form_country_data.tpl | 16 +- .../admin_form_mobile_provider.tpl | 10 +- .../admin/user/admin_form_user_data.tpl | 8 +- .../templates/contact/form_contact_data.tpl | 218 ++++++++++++++++++ .../templates/generic/form_personal_data.tpl | 38 +-- .../generic/gender_selection_box.tpl | 32 +-- .../generic/mobile_selection_box.tpl | 40 ++-- .../generic/profile_mode_selection_box.tpl | 4 +- .../templates/generic/user_profile_link.tpl | 2 +- web/WEB-INF/templates/guest/guest_base.tpl | 6 +- .../templates/guest/guest_login_form.tpl | 8 +- .../templates/guest/guest_privacy_terms.tpl | 4 +- .../guest/guest_registration_form.tpl | 14 +- web/WEB-INF/templates/login/login_base.tpl | 44 ++-- .../login/login_enter_current_password.tpl | 4 +- web/admin/contact/admin_contact_delete.xhtml | 96 ++++---- web/admin/contact/admin_contact_edit.xhtml | 100 ++++---- web/admin/contact/admin_contact_list.xhtml | 4 +- web/admin/country/admin_country_list.xhtml | 140 +++++------ .../admin_mobile_provider_list.xhtml | 156 ++++++------- web/admin/user/admin_user_edit.xhtml | 7 +- web/admin/user/admin_user_list.xhtml | 8 +- web/login/login_add_addressbook.xhtml | 6 +- web/login/login_change_email_address.xhtml | 8 +- web/login/login_change_password.xhtml | 8 +- web/login/login_change_personal_data.xhtml | 6 +- web/user/login.xhtml | 2 +- web/user/lost_passwd.xhtml | 136 +++++------ web/user/register_done.xhtml | 2 +- web/user/show_addressbook.xhtml | 12 +- 33 files changed, 698 insertions(+), 479 deletions(-) create mode 100644 web/WEB-INF/templates/contact/form_contact_data.tpl diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml index a0b74076..ef04e61b 100644 --- a/web/WEB-INF/templates.dist/login_page.xhtml +++ b/web/WEB-INF/templates.dist/login_page.xhtml @@ -11,7 +11,7 @@ #{msg.PAGE_TITLE_LOGIN_FOO} - @@ -23,7 +23,7 @@ - diff --git a/web/WEB-INF/templates/admin/admin_base.tpl b/web/WEB-INF/templates/admin/admin_base.tpl index bd06406a..4ad01e36 100644 --- a/web/WEB-INF/templates/admin/admin_base.tpl +++ b/web/WEB-INF/templates/admin/admin_base.tpl @@ -3,17 +3,17 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - Administration - + Administration - Default admin title - + - + 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 af6010ff..04aeab14 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 @@ -29,7 +29,7 @@
- +
@@ -41,7 +41,7 @@
- +
@@ -53,7 +53,7 @@
- +
@@ -65,7 +65,7 @@
- +
@@ -79,7 +79,7 @@
- +
@@ -93,7 +93,7 @@
- +
@@ -105,7 +105,7 @@
- + @@ -120,16 +120,16 @@
- + - + - +
@@ -143,16 +143,16 @@
- + - + - +
@@ -180,7 +180,7 @@
- +
diff --git a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl index c77f8b6e..4700255e 100644 --- a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl +++ b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl @@ -19,7 +19,7 @@
- +
@@ -33,11 +33,11 @@
- + - +
@@ -49,7 +49,7 @@
- +
@@ -63,7 +63,7 @@
- + @@ -78,7 +78,7 @@
- +
@@ -92,11 +92,11 @@
- + - +
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 bef9b00a..9bbaf3d1 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 @@ -19,7 +19,7 @@
- +
@@ -33,9 +33,9 @@
- + - +
@@ -47,7 +47,7 @@
- +
@@ -59,7 +59,7 @@
- +
diff --git a/web/WEB-INF/templates/admin/user/admin_form_user_data.tpl b/web/WEB-INF/templates/admin/user/admin_form_user_data.tpl index cc44ad7f..32a07ff8 100644 --- a/web/WEB-INF/templates/admin/user/admin_form_user_data.tpl +++ b/web/WEB-INF/templates/admin/user/admin_form_user_data.tpl @@ -18,7 +18,7 @@
- +
@@ -33,7 +33,7 @@
- +
@@ -48,7 +48,7 @@
- +
@@ -60,7 +60,7 @@
- +
diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl new file mode 100644 index 00000000..30065fd4 --- /dev/null +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -0,0 +1,218 @@ + + + +
+ #{msg.PERSONAL_DATA_MINIMUM_NOTICE} +
+ +
+
+ #{msg.PERSONAL_DATA_LEGEND} + +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ +
+ + + + + + + + + + + + +
+ +
+
+ +
+
+ +
+ +
+ + + + + + + + + + + + +
+ +
+
+ +
+
+ +
+ +
+ + + +
+ +
+
+
+
+ +
+
+ #{msg.USER_PROFILE_LEGEND} + +
+
+ +
+ +
+ +
+ +
+
+ +
+
+
    +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE1}
  • +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE2}
  • +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE3}
  • +
+
+
+
+
+
diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index a39b1a92..30065fd4 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -33,7 +33,7 @@
- +
@@ -47,7 +47,7 @@
- +
@@ -61,7 +61,7 @@
- +
@@ -75,7 +75,7 @@
- +
@@ -89,7 +89,7 @@
- +
@@ -103,7 +103,7 @@
- +
@@ -117,9 +117,9 @@
- + - +
@@ -132,16 +132,16 @@
- + - + - + - +
@@ -155,16 +155,16 @@
- + - + - + - +
@@ -207,9 +207,9 @@
    -
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE}
  • -
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS}
  • -
  • #{msg.SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC}
  • +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE1}
  • +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE2}
  • +
  • #{msg.USER_PROFILE_MODE_SELECTION_NOTICE3}
diff --git a/web/WEB-INF/templates/generic/gender_selection_box.tpl b/web/WEB-INF/templates/generic/gender_selection_box.tpl index b439e935..682b9409 100644 --- a/web/WEB-INF/templates/generic/gender_selection_box.tpl +++ b/web/WEB-INF/templates/generic/gender_selection_box.tpl @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/generic/mobile_selection_box.tpl b/web/WEB-INF/templates/generic/mobile_selection_box.tpl index 55ea9e3f..cf46430b 100644 --- a/web/WEB-INF/templates/generic/mobile_selection_box.tpl +++ b/web/WEB-INF/templates/generic/mobile_selection_box.tpl @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/generic/profile_mode_selection_box.tpl b/web/WEB-INF/templates/generic/profile_mode_selection_box.tpl index 5b59fb43..30799916 100644 --- a/web/WEB-INF/templates/generic/profile_mode_selection_box.tpl +++ b/web/WEB-INF/templates/generic/profile_mode_selection_box.tpl @@ -5,7 +5,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - - + + diff --git a/web/WEB-INF/templates/generic/user_profile_link.tpl b/web/WEB-INF/templates/generic/user_profile_link.tpl index 26fe3516..6188f9c1 100644 --- a/web/WEB-INF/templates/generic/user_profile_link.tpl +++ b/web/WEB-INF/templates/generic/user_profile_link.tpl @@ -7,7 +7,7 @@ - + diff --git a/web/WEB-INF/templates/guest/guest_base.tpl b/web/WEB-INF/templates/guest/guest_base.tpl index 5b18b854..4b2e0aa9 100644 --- a/web/WEB-INF/templates/guest/guest_base.tpl +++ b/web/WEB-INF/templates/guest/guest_base.tpl @@ -5,14 +5,14 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - + Default guest title - + - + diff --git a/web/WEB-INF/templates/guest/guest_login_form.tpl b/web/WEB-INF/templates/guest/guest_login_form.tpl index 229dbda5..5a5ca1bc 100644 --- a/web/WEB-INF/templates/guest/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/guest_login_form.tpl @@ -20,7 +20,7 @@
- +
@@ -32,7 +32,7 @@
- +
@@ -40,8 +40,8 @@ diff --git a/web/WEB-INF/templates/guest/guest_privacy_terms.tpl b/web/WEB-INF/templates/guest/guest_privacy_terms.tpl index d49b5643..e4b3f398 100644 --- a/web/WEB-INF/templates/guest/guest_privacy_terms.tpl +++ b/web/WEB-INF/templates/guest/guest_privacy_terms.tpl @@ -11,7 +11,7 @@
- +
@@ -27,7 +27,7 @@
- +
diff --git a/web/WEB-INF/templates/guest/guest_registration_form.tpl b/web/WEB-INF/templates/guest/guest_registration_form.tpl index fe5758e6..73e5c5a0 100644 --- a/web/WEB-INF/templates/guest/guest_registration_form.tpl +++ b/web/WEB-INF/templates/guest/guest_registration_form.tpl @@ -24,7 +24,7 @@
- +
@@ -36,7 +36,7 @@
- +
@@ -48,7 +48,7 @@
- +
@@ -62,7 +62,7 @@
- +
@@ -74,7 +74,7 @@
- +
@@ -89,8 +89,8 @@ diff --git a/web/WEB-INF/templates/login/login_base.tpl b/web/WEB-INF/templates/login/login_base.tpl index ae982adc..7af8e037 100644 --- a/web/WEB-INF/templates/login/login_base.tpl +++ b/web/WEB-INF/templates/login/login_base.tpl @@ -1,22 +1,22 @@ - - - - #{msg.PAGE_TITLE_LOGIN_AREA} - - - - - - - - - - - - - + + + + #{msg.PAGE_TITLE_LOGIN_AREA} - Default login title + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/login/login_enter_current_password.tpl b/web/WEB-INF/templates/login/login_enter_current_password.tpl index 392dcbcb..9a732b38 100644 --- a/web/WEB-INF/templates/login/login_enter_current_password.tpl +++ b/web/WEB-INF/templates/login/login_enter_current_password.tpl @@ -14,8 +14,8 @@
- - + +
diff --git a/web/admin/contact/admin_contact_delete.xhtml b/web/admin/contact/admin_contact_delete.xhtml index 5ca8b083..130d20d6 100644 --- a/web/admin/contact/admin_contact_delete.xhtml +++ b/web/admin/contact/admin_contact_delete.xhtml @@ -1,48 +1,48 @@ - - - - - - - - - - - #{msg.PAGE_TITLE_ADMIN_DELETE_CONTACT} - - - #{msg.CONTENT_TITLE_ADMIN_DELETE_CONTACT} - - - - - - -
-
- - - -
- -
- #{msg.ADMIN_DELETE_CONTACT_NOTICE} -
- - - - -
-
-
-
- + + + + + + + + + + + #{msg.PAGE_TITLE_ADMIN_DELETE_CONTACT} + + + #{msg.CONTENT_TITLE_ADMIN_DELETE_CONTACT} + + + + + + +
+
+ + + +
+ +
+ #{msg.ADMIN_DELETE_CONTACT_NOTICE} +
+ + + + +
+
+
+
+ diff --git a/web/admin/contact/admin_contact_edit.xhtml b/web/admin/contact/admin_contact_edit.xhtml index 11928a3e..299b3308 100644 --- a/web/admin/contact/admin_contact_edit.xhtml +++ b/web/admin/contact/admin_contact_edit.xhtml @@ -1,50 +1,50 @@ - - - - - - - - - - - #{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT} - - - #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT} - - - - - - -
-
- - - -
- -
- #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE} -
- - - - - - -
-
-
-
- + + + + + + + + + + + #{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT} + + + #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT} + + + + + + +
+
+ + + +
+ +
+ #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE} +
+ + + + + + +
+
+
+
+ diff --git a/web/admin/contact/admin_contact_list.xhtml b/web/admin/contact/admin_contact_list.xhtml index 81a29c4a..6961c715 100644 --- a/web/admin/contact/admin_contact_list.xhtml +++ b/web/admin/contact/admin_contact_list.xhtml @@ -71,8 +71,8 @@ diff --git a/web/admin/country/admin_country_list.xhtml b/web/admin/country/admin_country_list.xhtml index 61a6c937..a31a09dc 100644 --- a/web/admin/country/admin_country_list.xhtml +++ b/web/admin/country/admin_country_list.xhtml @@ -1,70 +1,70 @@ - - - - - - #{msg.PAGE_TITLE_ADMIN_LIST_COUNTRY} - - - #{msg.CONTENT_TITLE_ADMIN_LIST_COUNTRY} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_ID} - - - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_CODE} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_EXTERNAL_DIAL_PREFIX} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_NAME} - - - - - - -
-
- #{msg.ADMIN_ADD_COUNTRY_TITLE} -
- - - - -
- -
- #{msg.ADMIN_ADD_COUNTRY_NOTICES} -
    -
  • #{msg.ADMIN_ADD_COUNTRY_I18N_KEY_NOTICE}
  • -
-
-
-
-
- + + + + + + #{msg.PAGE_TITLE_ADMIN_LIST_COUNTRY} + + + #{msg.CONTENT_TITLE_ADMIN_LIST_COUNTRY} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_ID} + + + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_CODE} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_EXTERNAL_DIAL_PREFIX} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_NAME} + + + + + + +
+
+ #{msg.ADMIN_ADD_COUNTRY_TITLE} +
+ + + + +
+ +
+ #{msg.ADMIN_ADD_COUNTRY_NOTICES} +
    +
  • #{msg.ADMIN_ADD_COUNTRY_I18N_KEY_NOTICE}
  • +
+
+
+
+
+ diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index 5bb205a0..cda953ca 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -1,78 +1,78 @@ - - - - - - #{msg.PAGE_TITLE_ADMIN_MOBILE_PROVIDER_LIST} - - - #{msg.CONTENT_TITLE_ADMIN_MOBILE_PROVIDER_LIST} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_ID} - - - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_NAME} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_DIAL_PREFIX} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_COUNTRY} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_ENTRY_CREATED} - - - - - - - - -
-
- #{msg.ADMIN_ADD_MOBILE_PROVIDER_TITLE} -
- - - - -
- -
- #{msg.ADMIN_ADD_MOBILE_PROVIDER_NOTICES} -
    -
  • #{msg.ADMIN_ADD_MOBILE_PROVIDER_PATTERN}
  • -
-
-
-
-
- + + + + + + #{msg.PAGE_TITLE_ADMIN_MOBILE_PROVIDER_LIST} + + + #{msg.CONTENT_TITLE_ADMIN_MOBILE_PROVIDER_LIST} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_ID} + + + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_NAME} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_DIAL_PREFIX} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_COUNTRY} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_ENTRY_CREATED} + + + + + + + + +
+
+ #{msg.ADMIN_ADD_MOBILE_PROVIDER_TITLE} +
+ + + + +
+ +
+ #{msg.ADMIN_ADD_MOBILE_PROVIDER_NOTICES} +
    +
  • #{msg.ADMIN_ADD_MOBILE_PROVIDER_PATTERN}
  • +
+
+
+
+
+ diff --git a/web/admin/user/admin_user_edit.xhtml b/web/admin/user/admin_user_edit.xhtml index 9c0ca9a9..1578ec17 100644 --- a/web/admin/user/admin_user_edit.xhtml +++ b/web/admin/user/admin_user_edit.xhtml @@ -10,6 +10,7 @@ + @@ -29,7 +30,7 @@
- #{msg.ADMIN_PERSONAL_DATA_MINIMUM_NOTICE} + #{msg.ADMIN_USER_PERSONAL_DATA_MINIMUM_NOTICE}
@@ -37,8 +38,8 @@ diff --git a/web/admin/user/admin_user_list.xhtml b/web/admin/user/admin_user_list.xhtml index 4c7d045c..a3e5f8ae 100644 --- a/web/admin/user/admin_user_list.xhtml +++ b/web/admin/user/admin_user_list.xhtml @@ -16,7 +16,7 @@ - + #{msg.ADMIN_USER_ID} @@ -86,7 +86,7 @@
- + @@ -104,8 +104,8 @@
diff --git a/web/login/login_add_addressbook.xhtml b/web/login/login_add_addressbook.xhtml index a19db8a9..f93fd7fd 100644 --- a/web/login/login_add_addressbook.xhtml +++ b/web/login/login_add_addressbook.xhtml @@ -29,15 +29,15 @@
- +
diff --git a/web/login/login_change_email_address.xhtml b/web/login/login_change_email_address.xhtml index 2f0541fd..eeab1da5 100644 --- a/web/login/login_change_email_address.xhtml +++ b/web/login/login_change_email_address.xhtml @@ -45,7 +45,7 @@
- +
@@ -57,7 +57,7 @@
- +
@@ -68,8 +68,8 @@ diff --git a/web/login/login_change_password.xhtml b/web/login/login_change_password.xhtml index efcdce2b..be8d7dbe 100644 --- a/web/login/login_change_password.xhtml +++ b/web/login/login_change_password.xhtml @@ -33,7 +33,7 @@
- +
@@ -45,7 +45,7 @@
- +
@@ -56,8 +56,8 @@ diff --git a/web/login/login_change_personal_data.xhtml b/web/login/login_change_personal_data.xhtml index bf66c33f..9ea912c1 100644 --- a/web/login/login_change_personal_data.xhtml +++ b/web/login/login_change_personal_data.xhtml @@ -23,15 +23,15 @@ - + diff --git a/web/user/login.xhtml b/web/user/login.xhtml index 0b0efb62..7c873975 100644 --- a/web/user/login.xhtml +++ b/web/user/login.xhtml @@ -22,7 +22,7 @@
-
diff --git a/web/user/lost_passwd.xhtml b/web/user/lost_passwd.xhtml index c6c0848c..94b9f73b 100644 --- a/web/user/lost_passwd.xhtml +++ b/web/user/lost_passwd.xhtml @@ -1,68 +1,68 @@ - - - - - - #{msg.PAGE_TITLE_USER_LOST_PASSWORD} - - - #{msg.CONTENT_TITLE_USER_LOST_PASSWORD} - - - -
- -
-
- #{msg.GUEST_LOST_PASSWORD_TITLE} -
- -
- #{msg.GUEST_LOST_PASSWORD_LEGEND} - -
-
- -
- -
- -
- -
-
- -
- #{msg.GUEST_LOST_PASSWORD_NUMBER_OR_EMAIL} -
- -
-
- -
- -
- -
- -
-
- -
- - -
-
-
-
-
- + + + + + + #{msg.PAGE_TITLE_USER_LOST_PASSWORD} + + + #{msg.CONTENT_TITLE_USER_LOST_PASSWORD} + + + +
+ +
+
+ #{msg.GUEST_LOST_PASSWORD_TITLE} +
+ +
+ #{msg.GUEST_LOST_PASSWORD_LEGEND} + +
+
+ +
+ +
+ +
+ +
+
+ +
+ #{msg.GUEST_LOST_PASSWORD_NUMBER_OR_EMAIL} +
+ +
+
+ +
+ +
+ +
+ +
+
+ +
+ + +
+
+
+
+
+ diff --git a/web/user/register_done.xhtml b/web/user/register_done.xhtml index bbec38e6..ddffa7e7 100644 --- a/web/user/register_done.xhtml +++ b/web/user/register_done.xhtml @@ -21,7 +21,7 @@
- +
diff --git a/web/user/show_addressbook.xhtml b/web/user/show_addressbook.xhtml index fc088fa2..ad10b3f0 100644 --- a/web/user/show_addressbook.xhtml +++ b/web/user/show_addressbook.xhtml @@ -26,25 +26,25 @@ #{msg.TABLE_HEADER_SHOW_ADDRESSBOOK} - #{msg.ADDRESSBOOK_NAME} + #{msg.ADDRESSBOOK_NAME} - #{msg.ADDRESSBOOK_OWNER} + #{msg.ADDRESSBOOK_OWNER} - #{msg.ADDRESSBOOK_CREATED} + #{msg.ADDRESSBOOK_CREATED} - #{msg.ADDRESSBOOK_STATUS} + #{msg.ADDRESSBOOK_STATUS} - - + + -- 2.39.5