From 54ce6a6477aa8ad725bf2c84f7de13e1f14d8abc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 16 Jul 2018 22:36:22 +0200 Subject: [PATCH] Please cherry-pick: - renamed *MiniLinks to *DropdownMenu to reflect actual purpose of these custom tags - renamed to generic "id" EL variable to "panelGroupId", was causing trouble - ids should not have dashes in them (caused some exceptions) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/links.jsf.taglib.xml | 52 +++++++++---------- .../admin/panel_grids/fax/admin_fax_data.tpl | 4 +- .../landline/admin_landline_data.tpl | 4 +- .../panel_grids/mobile/admin_mobile_data.tpl | 4 +- .../resources/tags/messages/message_box.tpl | 2 +- .../tags/profile/user/user_profile_link.tpl | 2 +- .../basic_data/admin_form_basic_data.tpl | 2 +- .../admin/fax/admin_fax_add_show.tpl | 2 +- .../admin/fax/admin_form_add_contact_fax.tpl | 2 +- .../admin_form_add_contact_landline.tpl | 2 +- .../landline/admin_landline_add_show.tpl | 2 +- .../mobile/admin_form_add_contact_mobile.tpl | 2 +- .../admin/mobile/admin_mobile_add_show.tpl | 2 +- .../templates/login/user/user_base.tpl | 2 +- web/WEB-INF/widgets.jsf.taglib.xml | 10 ++-- .../basic_data/admin_basic_data_list.xhtml | 2 +- .../admin_branch_office_list.xhtml | 2 +- web/admin/contact/admin_contact_delete.xhtml | 2 +- web/admin/contact/admin_contact_edit.xhtml | 2 +- web/admin/contact/admin_contact_list.xhtml | 2 +- web/admin/contact/admin_contact_show.xhtml | 4 +- .../unlink/admin_contact_fax_unlink.xhtml | 6 +-- .../admin_contact_landline_unlink.xhtml | 6 +-- .../unlink/admin_contact_mobile_unlink.xhtml | 6 +-- web/admin/country/admin_country_list.xhtml | 2 +- .../department/admin_department_list.xhtml | 2 +- web/admin/employee/admin_employee_list.xhtml | 2 +- web/admin/fax/admin_fax_delete.xhtml | 4 +- web/admin/fax/admin_fax_edit.xhtml | 2 +- .../headquarter/admin_headquarter_list.xhtml | 2 +- .../landline/admin_landline_delete.xhtml | 4 +- web/admin/landline/admin_landline_edit.xhtml | 2 +- web/admin/mobile/admin_mobile_delete.xhtml | 4 +- web/admin/mobile/admin_mobile_edit.xhtml | 2 +- .../admin_mobile_provider_list.xhtml | 2 +- .../admin_opening_time_list.xhtml | 2 +- web/admin/user/admin_user_activity_log.xhtml | 2 +- web/admin/user/admin_user_delete.xhtml | 2 +- web/admin/user/admin_user_edit.xhtml | 2 +- web/admin/user/admin_user_list.xhtml | 2 +- web/admin/user/admin_user_lock.xhtml | 2 +- .../admin_user_resend_confirmation_link.xhtml | 2 +- web/admin/user/admin_user_show.xhtml | 30 ++++++----- web/admin/user/admin_user_unlock.xhtml | 2 +- web/guest/user/user_confirm_account.xhtml | 4 +- web/guest/user/user_list.xhtml | 2 +- web/guest/user/user_login.xhtml | 2 +- web/guest/user/user_lost_password.xhtml | 2 +- web/guest/user/user_profile.xhtml | 6 +-- web/guest/user/user_register.xhtml | 4 +- web/guest/user/user_register_done.xhtml | 2 +- web/guest/user/user_register_page2.xhtml | 2 +- web/guest/user/user_resend_done.xhtml | 2 +- web/guest/user/user_resend_link.xhtml | 2 +- web/user/login_contact_data_saved.xhtml | 4 +- web/user/login_data_saved.xhtml | 2 +- .../login_user_change_email_address.xhtml | 2 +- web/user/login_user_change_password.xhtml | 4 +- .../login_user_change_personal_data.xhtml | 2 +- web/user/login_user_contact_data_saved.xhtml | 4 +- web/user/login_user_data_saved.xhtml | 2 +- 61 files changed, 125 insertions(+), 123 deletions(-) diff --git a/web/WEB-INF/links.jsf.taglib.xml b/web/WEB-INF/links.jsf.taglib.xml index 3999a3fe..0d3a6097 100644 --- a/web/WEB-INF/links.jsf.taglib.xml +++ b/web/WEB-INF/links.jsf.taglib.xml @@ -40,8 +40,8 @@ along with this program. If not, see . - outputFaxNumberAdminMiniLinks - This tag renders a full h:panelGroup for administrative "mini-links" for fax data. + outputFaxNumberAdminDropdownMenu + This tag renders a full h:panelGroup for an administrative drop-down menu for fax data. resources/tags/admin/dropdown/fax/admin_fax_links.tpl faxNumber @@ -69,8 +69,8 @@ along with this program. If not, see . - outputLandLineNumberAdminMiniLinks - This tag renders a full h:panelGroup for administrative "mini-links" for land-line data. + outputLandLineNumberAdminDropdownMenu + This tag renders a full h:panelGroup for an administrative drop-down menu for land-line data. resources/tags/admin/dropdown/landline/admin_landline_links.tpl landLineNumber @@ -98,8 +98,8 @@ along with this program. If not, see . - outputMobileNumberAdminMiniLinks - This tag renders a full h:panelGroup for administrative "mini-links" for mobile data. + outputMobileNumberAdminDropdownMenu + This tag renders a full h:panelGroup for an administrative drop-down menu for mobile data. resources/tags/admin/dropdown/mobile/admin_mobile_links.tpl mobileNumber @@ -127,8 +127,8 @@ along with this program. If not, see . - outputMobileProviderAdminMiniLinks - This tag renders a full h:panelGroup for administrative "mini-links" for mobile provider data. + outputMobileProviderAdminDropdownMenu + This tag renders a full h:panelGroup for an administrative drop-down menu for mobile provider data. resources/tags/admin/dropdown/mobile_provider/admin_mobile_provider_links.tpl mobileProvider @@ -150,8 +150,8 @@ along with this program. If not, see . - outputBasicDataAdminMiniLinks - This tag renders administrative "mini-links" for given basic data instance. + outputBasicDataAdminDropdownMenu + This tag renders an administrative drop-down menu for given basic data instance. resources/tags/admin/dropdown/basic_data/admin_basic_data_links.tpl basicData @@ -173,8 +173,8 @@ along with this program. If not, see . - outputHeadquarterAdminMiniLinks - This tag renders administrative "mini-links" for given headquarter instance. + outputHeadquarterAdminDropdownMenu + This tag renders an administrative drop-down menu for given headquarter instance. resources/tags/admin/dropdown/headquarter/admin_headquarter_links.tpl headquarter @@ -196,8 +196,8 @@ along with this program. If not, see . - outputBranchOfficeAdminMiniLinks - This tag renders administrative "mini-links" for given branchOffice instance. + outputBranchOfficeAdminDropdownMenu + This tag renders an administrative drop-down menu for given branchOffice instance. resources/tags/admin/dropdown/branch_office/admin_branch_office_links.tpl branchOffice @@ -219,8 +219,8 @@ along with this program. If not, see . - outputDepartmentAdminMiniLinks - This tag renders administrative "mini-links" for given department instance. + outputDepartmentAdminDropdownMenu + This tag renders an administrative drop-down menu for given department instance. resources/tags/admin/dropdown/department/admin_department_links.tpl department @@ -242,8 +242,8 @@ along with this program. If not, see . - outputEmployeeAdminMiniLinks - This tag renders administrative "mini-links" for given employee instance. + outputEmployeeAdminDropdownMenu + This tag renders an administrative drop-down menu for given employee instance. resources/tags/admin/dropdown/employee/admin_employee_links.tpl employee @@ -265,8 +265,8 @@ along with this program. If not, see . - outputOpeningTimeAdminMiniLinks - This tag renders administrative "mini-links" for given opening time instance. + outputOpeningTimeAdminDropdownMenu + This tag renders an administrative drop-down menu for given opening time instance. resources/tags/admin/dropdown/opening_time/admin_opening_time_links.tpl openingTime @@ -288,8 +288,8 @@ along with this program. If not, see . - outputContactAdminMiniLinks - This tag renders administrative "mini-links" for given contact instance. + outputContactAdminDropdownMenu + This tag renders an administrative drop-down menu for given contact instance. resources/tags/admin/dropdown/contact/admin_contact_links.tpl contact @@ -311,8 +311,8 @@ along with this program. If not, see . - outputCountryAdminMiniLinks - This tag renders administrative "mini-links" for given country instance. + outputCountryAdminDropdownMenu + This tag renders an administrative drop-down menu for given country instance. resources/tags/admin/dropdown/country/admin_country_links.tpl country @@ -334,8 +334,8 @@ along with this program. If not, see . - outputUserAdminMiniLinks - This tag renders administrative "mini-links" for given user instance. + outputUserAdminDropdownMenu + This tag renders an administrative drop-down menu for given user instance. resources/tags/admin/dropdown/user/admin_user_links.tpl user diff --git a/web/WEB-INF/resources/tags/admin/panel_grids/fax/admin_fax_data.tpl b/web/WEB-INF/resources/tags/admin/panel_grids/fax/admin_fax_data.tpl index 292fbc86..9dba4534 100644 --- a/web/WEB-INF/resources/tags/admin/panel_grids/fax/admin_fax_data.tpl +++ b/web/WEB-INF/resources/tags/admin/panel_grids/fax/admin_fax_data.tpl @@ -51,11 +51,11 @@ - + - + diff --git a/web/WEB-INF/resources/tags/admin/panel_grids/landline/admin_landline_data.tpl b/web/WEB-INF/resources/tags/admin/panel_grids/landline/admin_landline_data.tpl index 0e8cc5e0..12ba2049 100644 --- a/web/WEB-INF/resources/tags/admin/panel_grids/landline/admin_landline_data.tpl +++ b/web/WEB-INF/resources/tags/admin/panel_grids/landline/admin_landline_data.tpl @@ -51,11 +51,11 @@ - + - + diff --git a/web/WEB-INF/resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl b/web/WEB-INF/resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl index cebca29c..ba492542 100644 --- a/web/WEB-INF/resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl +++ b/web/WEB-INF/resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl @@ -56,11 +56,11 @@ - + - + diff --git a/web/WEB-INF/resources/tags/messages/message_box.tpl b/web/WEB-INF/resources/tags/messages/message_box.tpl index 0450cf5c..e70f82be 100644 --- a/web/WEB-INF/resources/tags/messages/message_box.tpl +++ b/web/WEB-INF/resources/tags/messages/message_box.tpl @@ -5,7 +5,7 @@ xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core"> - +
diff --git a/web/WEB-INF/resources/tags/profile/user/user_profile_link.tpl b/web/WEB-INF/resources/tags/profile/user/user_profile_link.tpl index 4e753cbe..adcd8f2c 100644 --- a/web/WEB-INF/resources/tags/profile/user/user_profile_link.tpl +++ b/web/WEB-INF/resources/tags/profile/user/user_profile_link.tpl @@ -8,7 +8,7 @@ xmlns:p="http://primefaces.org/ui" > - + diff --git a/web/WEB-INF/templates/admin/basic_data/admin_form_basic_data.tpl b/web/WEB-INF/templates/admin/basic_data/admin_form_basic_data.tpl index aad4093e..889bd7fc 100644 --- a/web/WEB-INF/templates/admin/basic_data/admin_form_basic_data.tpl +++ b/web/WEB-INF/templates/admin/basic_data/admin_form_basic_data.tpl @@ -44,7 +44,7 @@ -
- id - Id of the JSF component. + panelGroupId + Id of the panel group component. true java.lang.String @@ -218,7 +218,7 @@ along with this program. If not, see . java.lang.Boolean - showAdminMiniLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean @@ -253,7 +253,7 @@ along with this program. If not, see . java.lang.Boolean - showAdminMiniLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean @@ -288,7 +288,7 @@ along with this program. If not, see . java.lang.Boolean - showAdminMiniLinks + showAdminDropdownMenu Whether to show administrative links to other pages (default: true). false java.lang.Boolean diff --git a/web/admin/basic_data/admin_basic_data_list.xhtml b/web/admin/basic_data/admin_basic_data_list.xhtml index 19e829e9..3908532f 100644 --- a/web/admin/basic_data/admin_basic_data_list.xhtml +++ b/web/admin/basic_data/admin_basic_data_list.xhtml @@ -176,7 +176,7 @@ - + diff --git a/web/admin/branch_office/admin_branch_office_list.xhtml b/web/admin/branch_office/admin_branch_office_list.xhtml index 320bec09..a6711824 100644 --- a/web/admin/branch_office/admin_branch_office_list.xhtml +++ b/web/admin/branch_office/admin_branch_office_list.xhtml @@ -176,7 +176,7 @@ - + diff --git a/web/admin/contact/admin_contact_delete.xhtml b/web/admin/contact/admin_contact_delete.xhtml index 90ea0adb..03745948 100644 --- a/web/admin/contact/admin_contact_delete.xhtml +++ b/web/admin/contact/admin_contact_delete.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/contact/admin_contact_edit.xhtml b/web/admin/contact/admin_contact_edit.xhtml index 3eb39c69..3f7d14d0 100644 --- a/web/admin/contact/admin_contact_edit.xhtml +++ b/web/admin/contact/admin_contact_edit.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/contact/admin_contact_list.xhtml b/web/admin/contact/admin_contact_list.xhtml index d5061708..7a13e1c0 100644 --- a/web/admin/contact/admin_contact_list.xhtml +++ b/web/admin/contact/admin_contact_list.xhtml @@ -87,7 +87,7 @@ - + diff --git a/web/admin/contact/admin_contact_show.xhtml b/web/admin/contact/admin_contact_show.xhtml index 7eb7a6ff..e253a924 100644 --- a/web/admin/contact/admin_contact_show.xhtml +++ b/web/admin/contact/admin_contact_show.xhtml @@ -25,7 +25,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/web/admin/contact/unlink/admin_contact_fax_unlink.xhtml b/web/admin/contact/unlink/admin_contact_fax_unlink.xhtml index a8decc5d..aa2c4fdb 100644 --- a/web/admin/contact/unlink/admin_contact_fax_unlink.xhtml +++ b/web/admin/contact/unlink/admin_contact_fax_unlink.xhtml @@ -27,9 +27,9 @@ - + - + @@ -51,7 +51,7 @@
- +
diff --git a/web/admin/contact/unlink/admin_contact_landline_unlink.xhtml b/web/admin/contact/unlink/admin_contact_landline_unlink.xhtml index 3fc338a4..8cbfdb51 100644 --- a/web/admin/contact/unlink/admin_contact_landline_unlink.xhtml +++ b/web/admin/contact/unlink/admin_contact_landline_unlink.xhtml @@ -25,9 +25,9 @@
- + - + @@ -46,7 +46,7 @@
- +
diff --git a/web/admin/contact/unlink/admin_contact_mobile_unlink.xhtml b/web/admin/contact/unlink/admin_contact_mobile_unlink.xhtml index 3a3a9221..cb8ba297 100644 --- a/web/admin/contact/unlink/admin_contact_mobile_unlink.xhtml +++ b/web/admin/contact/unlink/admin_contact_mobile_unlink.xhtml @@ -25,9 +25,9 @@
- + - + @@ -46,7 +46,7 @@
- +
- +
diff --git a/web/admin/department/admin_department_list.xhtml b/web/admin/department/admin_department_list.xhtml index 1ac1f068..03d8d46c 100644 --- a/web/admin/department/admin_department_list.xhtml +++ b/web/admin/department/admin_department_list.xhtml @@ -162,7 +162,7 @@ - + diff --git a/web/admin/employee/admin_employee_list.xhtml b/web/admin/employee/admin_employee_list.xhtml index 4ff506b7..0f84b63c 100644 --- a/web/admin/employee/admin_employee_list.xhtml +++ b/web/admin/employee/admin_employee_list.xhtml @@ -144,7 +144,7 @@ - + diff --git a/web/admin/fax/admin_fax_delete.xhtml b/web/admin/fax/admin_fax_delete.xhtml index c1dad067..770fcb1f 100644 --- a/web/admin/fax/admin_fax_delete.xhtml +++ b/web/admin/fax/admin_fax_delete.xhtml @@ -25,7 +25,7 @@
- + @@ -36,7 +36,7 @@
- +
diff --git a/web/admin/fax/admin_fax_edit.xhtml b/web/admin/fax/admin_fax_edit.xhtml index 08902b86..ff4ffa60 100644 --- a/web/admin/fax/admin_fax_edit.xhtml +++ b/web/admin/fax/admin_fax_edit.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/headquarter/admin_headquarter_list.xhtml b/web/admin/headquarter/admin_headquarter_list.xhtml index a3baebe9..b728eb55 100644 --- a/web/admin/headquarter/admin_headquarter_list.xhtml +++ b/web/admin/headquarter/admin_headquarter_list.xhtml @@ -124,7 +124,7 @@ - + diff --git a/web/admin/landline/admin_landline_delete.xhtml b/web/admin/landline/admin_landline_delete.xhtml index 1533c029..2098e992 100644 --- a/web/admin/landline/admin_landline_delete.xhtml +++ b/web/admin/landline/admin_landline_delete.xhtml @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@
- +
diff --git a/web/admin/landline/admin_landline_edit.xhtml b/web/admin/landline/admin_landline_edit.xhtml index b744a62f..16649522 100644 --- a/web/admin/landline/admin_landline_edit.xhtml +++ b/web/admin/landline/admin_landline_edit.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/mobile/admin_mobile_delete.xhtml b/web/admin/mobile/admin_mobile_delete.xhtml index 8a1b96ff..79d6a378 100644 --- a/web/admin/mobile/admin_mobile_delete.xhtml +++ b/web/admin/mobile/admin_mobile_delete.xhtml @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@
- +
diff --git a/web/admin/mobile/admin_mobile_edit.xhtml b/web/admin/mobile/admin_mobile_edit.xhtml index 843c3e89..f551e279 100644 --- a/web/admin/mobile/admin_mobile_edit.xhtml +++ b/web/admin/mobile/admin_mobile_edit.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index 812b1750..baf809ba 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -95,7 +95,7 @@ - + diff --git a/web/admin/opening_time/admin_opening_time_list.xhtml b/web/admin/opening_time/admin_opening_time_list.xhtml index 124dc995..a7128e1d 100644 --- a/web/admin/opening_time/admin_opening_time_list.xhtml +++ b/web/admin/opening_time/admin_opening_time_list.xhtml @@ -104,7 +104,7 @@ - + diff --git a/web/admin/user/admin_user_activity_log.xhtml b/web/admin/user/admin_user_activity_log.xhtml index 6f0b9b24..38819335 100644 --- a/web/admin/user/admin_user_activity_log.xhtml +++ b/web/admin/user/admin_user_activity_log.xhtml @@ -25,7 +25,7 @@ - + - + diff --git a/web/admin/user/admin_user_edit.xhtml b/web/admin/user/admin_user_edit.xhtml index 1eb1e939..add12b6c 100644 --- a/web/admin/user/admin_user_edit.xhtml +++ b/web/admin/user/admin_user_edit.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/user/admin_user_list.xhtml b/web/admin/user/admin_user_list.xhtml index 85ca02fa..d4652d6d 100644 --- a/web/admin/user/admin_user_list.xhtml +++ b/web/admin/user/admin_user_list.xhtml @@ -143,7 +143,7 @@ - + diff --git a/web/admin/user/admin_user_lock.xhtml b/web/admin/user/admin_user_lock.xhtml index 461d8a69..325142cb 100644 --- a/web/admin/user/admin_user_lock.xhtml +++ b/web/admin/user/admin_user_lock.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/user/admin_user_resend_confirmation_link.xhtml b/web/admin/user/admin_user_resend_confirmation_link.xhtml index 2dee8442..89c54996 100644 --- a/web/admin/user/admin_user_resend_confirmation_link.xhtml +++ b/web/admin/user/admin_user_resend_confirmation_link.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/admin/user/admin_user_show.xhtml b/web/admin/user/admin_user_show.xhtml index 01d63232..a15156b3 100644 --- a/web/admin/user/admin_user_show.xhtml +++ b/web/admin/user/admin_user_show.xhtml @@ -25,24 +25,26 @@ - + - + + - - - + + + - - - + + + - - - + + + - - - + + + + diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 662e9fa7..cfe6cc37 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -25,7 +25,7 @@ - + diff --git a/web/guest/user/user_confirm_account.xhtml b/web/guest/user/user_confirm_account.xhtml index 66492692..8d610288 100644 --- a/web/guest/user/user_confirm_account.xhtml +++ b/web/guest/user/user_confirm_account.xhtml @@ -39,9 +39,9 @@ - + - + diff --git a/web/guest/user/user_list.xhtml b/web/guest/user/user_list.xhtml index 54951ad2..5222b035 100644 --- a/web/guest/user/user_list.xhtml +++ b/web/guest/user/user_list.xhtml @@ -19,7 +19,7 @@ - + - + diff --git a/web/guest/user/user_lost_password.xhtml b/web/guest/user/user_lost_password.xhtml index 4d8ab913..bd8e76cf 100644 --- a/web/guest/user/user_lost_password.xhtml +++ b/web/guest/user/user_lost_password.xhtml @@ -18,7 +18,7 @@ - +
diff --git a/web/guest/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml index 8fa534a6..5c12d183 100644 --- a/web/guest/user/user_profile.xhtml +++ b/web/guest/user/user_profile.xhtml @@ -29,12 +29,12 @@ - + - + - + diff --git a/web/guest/user/user_register.xhtml b/web/guest/user/user_register.xhtml index fe329d41..c3b1dc15 100644 --- a/web/guest/user/user_register.xhtml +++ b/web/guest/user/user_register.xhtml @@ -17,9 +17,9 @@ - + - + diff --git a/web/guest/user/user_register_done.xhtml b/web/guest/user/user_register_done.xhtml index 44768797..8e764edc 100644 --- a/web/guest/user/user_register_done.xhtml +++ b/web/guest/user/user_register_done.xhtml @@ -13,7 +13,7 @@ - + diff --git a/web/guest/user/user_register_page2.xhtml b/web/guest/user/user_register_page2.xhtml index ae96121f..73b3abe9 100644 --- a/web/guest/user/user_register_page2.xhtml +++ b/web/guest/user/user_register_page2.xhtml @@ -17,7 +17,7 @@ - + diff --git a/web/guest/user/user_resend_done.xhtml b/web/guest/user/user_resend_done.xhtml index f0502303..5b13af3c 100644 --- a/web/guest/user/user_resend_done.xhtml +++ b/web/guest/user/user_resend_done.xhtml @@ -16,6 +16,6 @@ - + diff --git a/web/guest/user/user_resend_link.xhtml b/web/guest/user/user_resend_link.xhtml index 0b7c8c66..4b0b32c4 100644 --- a/web/guest/user/user_resend_link.xhtml +++ b/web/guest/user/user_resend_link.xhtml @@ -19,7 +19,7 @@ - + diff --git a/web/user/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml index c1b1bed2..cdfdb608 100644 --- a/web/user/login_contact_data_saved.xhtml +++ b/web/user/login_contact_data_saved.xhtml @@ -17,9 +17,9 @@ - + - + diff --git a/web/user/login_data_saved.xhtml b/web/user/login_data_saved.xhtml index 03a37e24..6c6972e3 100644 --- a/web/user/login_data_saved.xhtml +++ b/web/user/login_data_saved.xhtml @@ -16,7 +16,7 @@ - + diff --git a/web/user/login_user_change_email_address.xhtml b/web/user/login_user_change_email_address.xhtml index e0d6492d..36796c60 100644 --- a/web/user/login_user_change_email_address.xhtml +++ b/web/user/login_user_change_email_address.xhtml @@ -17,7 +17,7 @@ - +
diff --git a/web/user/login_user_change_password.xhtml b/web/user/login_user_change_password.xhtml index 0634a43a..2e859d86 100644 --- a/web/user/login_user_change_password.xhtml +++ b/web/user/login_user_change_password.xhtml @@ -17,9 +17,9 @@ - + - + diff --git a/web/user/login_user_change_personal_data.xhtml b/web/user/login_user_change_personal_data.xhtml index ed17cba9..2ba734ff 100644 --- a/web/user/login_user_change_personal_data.xhtml +++ b/web/user/login_user_change_personal_data.xhtml @@ -17,7 +17,7 @@ - + diff --git a/web/user/login_user_contact_data_saved.xhtml b/web/user/login_user_contact_data_saved.xhtml index 312607c7..0e5da1fd 100644 --- a/web/user/login_user_contact_data_saved.xhtml +++ b/web/user/login_user_contact_data_saved.xhtml @@ -17,9 +17,9 @@ - + - + diff --git a/web/user/login_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml index 44c0d7ac..36537211 100644 --- a/web/user/login_user_data_saved.xhtml +++ b/web/user/login_user_data_saved.xhtml @@ -17,7 +17,7 @@ - + -- 2.39.5