From 2e1ea56294a7e2b628d364371cdf56160428a116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 24 Nov 2022 01:58:33 +0100 Subject: [PATCH] Don't cherry-pick: - upgraded templates/views/faces-config.xml and web.xml to latest changes from JFinancials --- web/WEB-INF/faces-config.xml | 32 +- .../columns/admin_contact_data_columns.tpl | 31 +- .../admin_contact_data_columns_mini.tpl | 12 +- .../admin/dropdown/user/admin_user_links.tpl | 37 ++ .../contact/admin_form_contact_data.tpl | 236 -------- .../form_data/fax/admin_form_fax_data.tpl | 49 +- .../landline/admin_form_landline_data.tpl | 49 +- .../mobile/admin_edit_form_mobile_data.tpl | 78 +++ .../mobile/admin_form_mobile_data.tpl | 68 --- .../form_data/user/admin_form_user_data.tpl | 114 ++-- .../basic_data/admin_basic_data_links.tpl | 33 -- .../admin_branch_office_links.tpl | 33 -- .../mini/contact/admin_contact_links.tpl | 33 -- .../mini/country/admin_country_links.tpl | 34 -- .../admin/links/mini/fax/admin_fax_links.tpl | 44 -- .../mini/landline/admin_landline_links.tpl | 44 -- .../links/mini/mobile/admin_mobile_links.tpl | 44 -- .../admin_mobile_provider_links.tpl | 34 -- .../links/mini/user/admin_user_links.tpl | 48 -- .../admin/links/user/admin_user_links.tpl | 55 +- .../admin/panel_grids/fax/admin_fax_data.tpl | 101 +++- .../landline/admin_landline_data.tpl | 104 +++- .../panel_grids/mobile/admin_mobile_data.tpl | 95 ++-- .../form_data/form_country_selector.tpl | 19 +- .../input/panel_grid/fax_input_panel_grid.tpl | 39 ++ .../panel_grid/landline_input_panel_grid.tpl | 39 ++ .../panel_grid/mobile_input_panel_grid.tpl | 46 ++ .../personal_title_selection_box.tpl | 23 + .../resources/tags/messages/message_box.tpl | 2 +- .../opening_times_data_table.tpl | 53 ++ .../tags/profile/user/user_profile_link.tpl | 19 +- .../tags/table_rows/fax_input_table_row.tpl | 37 -- .../table_rows/landline_input_table_row.tpl | 43 +- .../table_rows/mobile_selection_table_row.tpl | 38 -- .../user_personal_title_table_row.tpl | 34 -- .../user_profile_mode_table_row.tpl | 32 -- web/WEB-INF/templates.dist/admin_page.xhtml | 13 +- .../templates.dist/guest_login_page.xhtml | 17 +- web/WEB-INF/templates.dist/guest_page.xhtml | 13 +- web/WEB-INF/templates.dist/login_page.xhtml | 15 +- web/WEB-INF/templates/admin/admin_base.tpl | 25 - web/WEB-INF/templates/admin/admin_footer.tpl | 15 - web/WEB-INF/templates/admin/admin_menu.tpl | 53 -- .../admin_form_basic_company_data.tpl | 264 --------- .../admin_form_branch_offices_data.tpl | 287 ---------- .../admin_form_branch_office_data.tpl | 187 ------ .../admin_form_branch_opening_time.tpl | 88 --- .../department/admin_form_department_data.tpl | 143 ----- .../employee/admin_form_employee_data.tpl | 196 ------- .../admin_form_headquarter_data.tpl | 144 ----- .../admin_form_headquarter_opening_time.tpl | 89 --- .../opening_time/admin_form_opening_time.tpl | 89 --- .../admin/contact/admin_contact_data_mini.tpl | 34 -- .../admin/contact/admin_show_contact_data.tpl | 18 - .../admin/country/admin_form_country_data.tpl | 121 ---- .../admin/fax/admin_fax_add_show.tpl | 16 - .../admin/fax/admin_form_add_contact_fax.tpl | 49 -- .../admin_form_add_contact_landline.tpl | 51 -- .../landline/admin_landline_add_show.tpl | 16 - .../mobile/admin_form_add_contact_mobile.tpl | 51 -- .../mobile/admin_form_contact_mobile.tpl | 12 - .../admin/mobile/admin_mobile_add_show.tpl | 16 - .../admin_form_mobile_provider.tpl | 69 --- .../user/admin_form_user_personal_data.tpl | 16 - .../admin/user/admin_show_user_data.tpl | 76 --- .../admin/user/admin_show_user_data_mini.tpl | 52 -- web/WEB-INF/templates/base.tpl | 110 ---- .../templates/contact/form_contact_data.tpl | 74 ++- web/WEB-INF/templates/guest/guest_base.tpl | 6 +- .../guest_email_address_repeat_fields.tpl | 10 +- web/WEB-INF/templates/guest/guest_footer.tpl | 33 +- web/WEB-INF/templates/guest/guest_menu.tpl | 33 +- .../templates/guest/guest_privacy_terms.tpl | 15 +- .../templates/guest/user/guest_login_form.tpl | 25 +- .../register/guest_form_register_page1.tpl | 36 +- .../register/guest_form_register_page2.tpl | 27 +- .../register/guest_form_register_single.tpl | 40 +- .../templates/login/user/user_base.tpl | 16 +- ...ser_change_email_address_repeat_fields.tpl | 7 +- .../user/user_enter_current_password.tpl | 7 +- .../templates/login/user/user_footer.tpl | 27 +- .../templates/login/user/user_menu.tpl | 57 +- web/WEB-INF/templates/master.tpl | 133 +++++ .../receipt/login_form_financial_receipt.tpl | 140 +++++ .../widgets/locale_change_widget.tpl | 37 +- web/WEB-INF/web.xml | 457 ++++++++------- web/admin/admin_logout.xhtml | 28 +- .../admin_basic_company_data_list.xhtml | 123 ---- .../admin_branch_offices_list.xhtml | 143 ----- web/admin/contact/admin_contact_delete.xhtml | 43 +- web/admin/contact/admin_contact_edit.xhtml | 51 +- web/admin/contact/admin_contact_export.xhtml | 89 ++- web/admin/contact/admin_contact_list.xhtml | 274 ++++++--- web/admin/contact/admin_contact_show.xhtml | 55 +- .../unlink/admin_contact_fax_unlink.xhtml | 76 ++- .../admin_contact_landline_unlink.xhtml | 71 ++- .../unlink/admin_contact_mobile_unlink.xhtml | 71 ++- web/admin/country/admin_country_delete.xhtml | 13 +- web/admin/country/admin_country_edit.xhtml | 13 +- web/admin/country/admin_country_list.xhtml | 290 ++++++++-- web/admin/fax/admin_fax_delete.xhtml | 47 +- web/admin/fax/admin_fax_edit.xhtml | 51 +- web/admin/fax/admin_fax_list.xhtml | 51 +- web/admin/fax/admin_fax_show.xhtml | 63 ++- .../receipt/admin_receipt_edit.xhtml | 87 +++ .../receipt/admin_receipt_list.xhtml | 531 ++++++++++++++++++ .../admin_receipt_item_edit.xhtml | 87 +++ .../admin_receipt_item_list.xhtml | 497 ++++++++++++++++ .../admin_generic_product_delete.xhtml | 39 ++ .../admin_generic_product_edit.xhtml | 81 +++ .../admin_generic_product_list.xhtml | 457 +++++++++++++++ .../admin_generic_product_show.xhtml | 39 ++ web/admin/index.xhtml | 13 +- .../landline/admin_landline_delete.xhtml | 45 +- web/admin/landline/admin_landline_edit.xhtml | 51 +- web/admin/landline/admin_landline_list.xhtml | 51 +- web/admin/landline/admin_landline_show.xhtml | 62 +- .../mobile/admin_contact_mobile_list.xhtml | 26 +- .../mobile/admin_contact_mobile_unlink.xhtml | 32 +- web/admin/mobile/admin_mobile_delete.xhtml | 50 +- web/admin/mobile/admin_mobile_edit.xhtml | 53 +- web/admin/mobile/admin_mobile_list.xhtml | 53 +- web/admin/mobile/admin_mobile_show.xhtml | 67 ++- .../admin_mobile_provider_delete.xhtml | 13 +- .../admin_mobile_provider_edit.xhtml | 13 +- .../admin_mobile_provider_list.xhtml | 232 ++++++-- .../admin_mobile_provider_show.xhtml | 13 +- .../admin_product_category_edit.xhtml | 81 +++ .../admin_product_category_list.xhtml | 317 +++++++++++ web/admin/user/admin_user_activity_log.xhtml | 54 +- web/admin/user/admin_user_delete.xhtml | 45 +- web/admin/user/admin_user_edit.xhtml | 51 +- web/admin/user/admin_user_export.xhtml | 87 ++- web/admin/user/admin_user_list.xhtml | 435 ++++++++++---- web/admin/user/admin_user_lock.xhtml | 48 +- .../admin_user_resend_confirmation_link.xhtml | 61 +- web/admin/user/admin_user_show.xhtml | 76 +-- web/admin/user/admin_user_unlock.xhtml | 77 ++- web/exception.xhtml | 13 +- web/guest/user/user_confirm_account.xhtml | 34 +- web/guest/user/user_list.xhtml | 45 +- web/guest/user/user_login.xhtml | 38 +- web/guest/user/user_lost_password.xhtml | 47 +- web/guest/user/user_profile.xhtml | 74 ++- web/guest/user/user_register.xhtml | 36 +- web/guest/user/user_register_done.xhtml | 29 +- web/guest/user/user_register_page2.xhtml | 29 +- web/guest/user/user_resend_done.xhtml | 20 +- web/guest/user/user_resend_link.xhtml | 57 +- web/imprint.xhtml | 13 +- web/index.xhtml | 15 +- web/privacy.xhtml | 13 +- web/resources/css/default.css | 25 - web/resources/css/layout.css | 164 +----- web/terms.xhtml | 13 +- web/user/login_contact_data_saved.xhtml | 37 +- web/user/login_data_saved.xhtml | 23 +- web/user/login_edit_user_data.xhtml | 38 +- web/user/login_index.xhtml | 25 +- web/user/login_logout.xhtml | 27 +- .../login_user_change_email_address.xhtml | 52 +- web/user/login_user_change_password.xhtml | 58 +- .../login_user_change_personal_data.xhtml | 62 +- web/user/login_user_contact_data_saved.xhtml | 38 +- web/user/login_user_data_saved.xhtml | 33 +- 165 files changed, 6609 insertions(+), 5282 deletions(-) create mode 100644 web/WEB-INF/resources/tags/admin/dropdown/user/admin_user_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/form_data/contact/admin_form_contact_data.tpl create mode 100644 web/WEB-INF/resources/tags/admin/form_data/mobile/admin_edit_form_mobile_data.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/basic_data/admin_basic_data_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/branch_office/admin_branch_office_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/contact/admin_contact_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/fax/admin_fax_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/landline/admin_landline_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/mobile/admin_mobile_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/mobile_provider/admin_mobile_provider_links.tpl delete mode 100644 web/WEB-INF/resources/tags/admin/links/mini/user/admin_user_links.tpl create mode 100644 web/WEB-INF/resources/tags/input/panel_grid/fax_input_panel_grid.tpl create mode 100644 web/WEB-INF/resources/tags/input/panel_grid/landline_input_panel_grid.tpl create mode 100644 web/WEB-INF/resources/tags/input/panel_grid/mobile_input_panel_grid.tpl create mode 100644 web/WEB-INF/resources/tags/input/selection_box/personal_title_selection_box.tpl create mode 100644 web/WEB-INF/resources/tags/opening_times/opening_times_data_table.tpl delete mode 100644 web/WEB-INF/resources/tags/table_rows/fax_input_table_row.tpl delete mode 100644 web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl delete mode 100644 web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl delete mode 100644 web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl delete mode 100644 web/WEB-INF/templates/admin/admin_base.tpl delete mode 100644 web/WEB-INF/templates/admin/admin_footer.tpl delete mode 100644 web/WEB-INF/templates/admin/admin_menu.tpl delete mode 100644 web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl delete mode 100644 web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl delete mode 100644 web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_office_data.tpl delete mode 100644 web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_opening_time.tpl delete mode 100644 web/WEB-INF/templates/admin/business/department/admin_form_department_data.tpl delete mode 100644 web/WEB-INF/templates/admin/business/employee/admin_form_employee_data.tpl delete mode 100644 web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_data.tpl delete mode 100644 web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_opening_time.tpl delete mode 100644 web/WEB-INF/templates/admin/business/opening_time/admin_form_opening_time.tpl delete mode 100644 web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl delete mode 100644 web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl delete mode 100644 web/WEB-INF/templates/admin/country/admin_form_country_data.tpl delete mode 100644 web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl delete mode 100644 web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl delete mode 100644 web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl delete mode 100644 web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl delete mode 100644 web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl delete mode 100644 web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl delete mode 100644 web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl delete mode 100644 web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl delete mode 100644 web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl delete mode 100644 web/WEB-INF/templates/admin/user/admin_show_user_data.tpl delete mode 100644 web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl delete mode 100644 web/WEB-INF/templates/base.tpl create mode 100644 web/WEB-INF/templates/master.tpl create mode 100644 web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl delete mode 100644 web/admin/basic_company_data/admin_basic_company_data_list.xhtml delete mode 100644 web/admin/branch_offices/admin_branch_offices_list.xhtml create mode 100644 web/admin/financial/receipt/admin_receipt_edit.xhtml create mode 100644 web/admin/financial/receipt/admin_receipt_list.xhtml create mode 100644 web/admin/financial/receipt_item/admin_receipt_item_edit.xhtml create mode 100644 web/admin/financial/receipt_item/admin_receipt_item_list.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_delete.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_edit.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_list.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_show.xhtml create mode 100644 web/admin/product_category/admin_product_category_edit.xhtml create mode 100644 web/admin/product_category/admin_product_category_list.xhtml delete mode 100644 web/resources/css/default.css diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 700a3a1b..10970fa6 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -11,7 +11,7 @@ @@ -85,15 +85,15 @@ /user/user_profile.xhtml - admin_list_fax + admin_list_faxes /admin/fax/admin_fax_list.xhtml - admin_list_landline + admin_list_landlines /admin/landline/admin_landline_list.xhtml - admin_list_mobile + admin_list_mobiles /admin/mobile/admin_mobile_list.xhtml @@ -101,11 +101,11 @@ /admin/country/admin_country_list.xhtml - admin_list_contact + admin_list_contacts /admin/contact/admin_contact_list.xhtml - admin_export_contact + admin_export_contacts /admin/contact/admin_contact_export.xhtml @@ -133,11 +133,11 @@ /admin/business/employee/admin_employee_list.xhtml - admin_list_user + admin_list_users /admin/user/admin_user_list.xhtml - admin_list_mobile_provider + admin_list_mobile_providers /admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -149,11 +149,11 @@ /admin/country/admin_country_list.xhtml - admin_list_contact + admin_list_contacts /admin/contact/admin_contact_list.xhtml - admin_list_mobile_provider + admin_list_mobile_providers /admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -292,7 +292,7 @@ /admin/user/admin_user_show.xhtml - admin_list_user + admin_list_users /admin/user/admin_user_list.xhtml @@ -525,7 +525,7 @@ /admin/fax_provider/admin_fax_provider_show.xhtml - admin_list_fax + admin_list_faxes /admin/fax/admin_fax_list.xhtml @@ -536,7 +536,7 @@ /admin/landline_provider/admin_landline_provider_show.xhtml - admin_list_landline + admin_list_landlines /admin/landline/admin_landline_list.xhtml @@ -554,7 +554,7 @@ /admin/mobile_provider/admin_mobile_provider_show.xhtml - admin_list_mobile + admin_list_mobiles /admin/mobile/admin_mobile_list.xhtml @@ -705,7 +705,7 @@ /admin/contact/admin_contact_edit.xhtml - admin_list_contact + admin_list_contacts /admin/contact/admin_contact_list.xhtml @@ -954,5 +954,5 @@ org.mxchange.jcoreee.exceptions.CustomExceptionHandlerFactory - //--> + --> diff --git a/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns.tpl b/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns.tpl index d60ab1a2..3c1f6139 100644 --- a/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns.tpl +++ b/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns.tpl @@ -5,7 +5,8 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > @@ -14,18 +15,18 @@ - + - - + + - + - - + + @@ -78,13 +79,13 @@ - + - + @@ -98,16 +99,20 @@ - + - + - - + + diff --git a/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns_mini.tpl b/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns_mini.tpl index 72ad507f..82000810 100644 --- a/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns_mini.tpl +++ b/web/WEB-INF/resources/tags/admin/columns/admin_contact_data_columns_mini.tpl @@ -2,10 +2,10 @@ + xmlns:p="http://primefaces.org/ui" + > @@ -34,8 +34,12 @@ - + - + diff --git a/web/WEB-INF/resources/tags/admin/dropdown/user/admin_user_links.tpl b/web/WEB-INF/resources/tags/admin/dropdown/user/admin_user_links.tpl new file mode 100644 index 00000000..6e272b26 --- /dev/null +++ b/web/WEB-INF/resources/tags/admin/dropdown/user/admin_user_links.tpl @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/resources/tags/admin/form_data/contact/admin_form_contact_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/contact/admin_form_contact_data.tpl deleted file mode 100644 index 91554a84..00000000 --- a/web/WEB-INF/resources/tags/admin/form_data/contact/admin_form_contact_data.tpl +++ /dev/null @@ -1,236 +0,0 @@ - - - - -
- - - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - - - - - - - -
-
- - -
- -
- -
- - - - - - - - - -
-
- - - - -
- -
- -
- - - - -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- -
-
-
-
- - -
    -
  • - -
  • -
-
-
diff --git a/web/WEB-INF/resources/tags/admin/form_data/fax/admin_form_fax_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/fax/admin_form_fax_data.tpl index 8a8d2c01..c091322d 100644 --- a/web/WEB-INF/resources/tags/admin/form_data/fax/admin_form_fax_data.tpl +++ b/web/WEB-INF/resources/tags/admin/form_data/fax/admin_form_fax_data.tpl @@ -1,29 +1,40 @@ + xmlns:p="http://primefaces.org/ui" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > - -
- - - + + + + - -
- -
+ + + -
- -
-
+ + + - -
-
+ + + + + +
diff --git a/web/WEB-INF/resources/tags/admin/form_data/landline/admin_form_landline_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/landline/admin_form_landline_data.tpl index 2453119c..7c46612a 100644 --- a/web/WEB-INF/resources/tags/admin/form_data/landline/admin_form_landline_data.tpl +++ b/web/WEB-INF/resources/tags/admin/form_data/landline/admin_form_landline_data.tpl @@ -1,29 +1,40 @@ + xmlns:p="http://primefaces.org/ui" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > - -
- - - + + + + - -
- -
+ + + -
- -
-
+ + + - -
-
+ + + + + +
diff --git a/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_edit_form_mobile_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_edit_form_mobile_data.tpl new file mode 100644 index 00000000..def45ad0 --- /dev/null +++ b/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_edit_form_mobile_data.tpl @@ -0,0 +1,78 @@ + + + + +
+ + + + + +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
diff --git a/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl deleted file mode 100644 index 6589d2cb..00000000 --- a/web/WEB-INF/resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl +++ /dev/null @@ -1,68 +0,0 @@ - - - - -
- - - - - -
- -
- -
- -
-
- - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - -
-
- - - - -
-
-
diff --git a/web/WEB-INF/resources/tags/admin/form_data/user/admin_form_user_data.tpl b/web/WEB-INF/resources/tags/admin/form_data/user/admin_form_user_data.tpl index de66672f..4028b2fb 100644 --- a/web/WEB-INF/resources/tags/admin/form_data/user/admin_form_user_data.tpl +++ b/web/WEB-INF/resources/tags/admin/form_data/user/admin_form_user_data.tpl @@ -1,80 +1,66 @@ + xmlns:p="http://primefaces.org/ui" + > - -
- - - + + + + - -
- -
+ + -
- -
-
+ + - - - + + - -
- -
+ + -
- -
-
+ - - - + + +
+
- -
- -
+ +
    +
  • -
    - -
    - - - - - - - -
    - -
    - -
    - -
    -
    - - -
      -
    • - -
    • - - -
    • -
    -
    -
-
+
  • + + +
  • + +
    diff --git a/web/WEB-INF/resources/tags/admin/links/mini/basic_data/admin_basic_data_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/basic_data/admin_basic_data_links.tpl deleted file mode 100644 index b0612aaf..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/basic_data/admin_basic_data_links.tpl +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/branch_office/admin_branch_office_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/branch_office/admin_branch_office_links.tpl deleted file mode 100644 index 5b281c78..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/branch_office/admin_branch_office_links.tpl +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/contact/admin_contact_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/contact/admin_contact_links.tpl deleted file mode 100644 index 8a0e79c4..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/contact/admin_contact_links.tpl +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl deleted file mode 100644 index 14459291..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/fax/admin_fax_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/fax/admin_fax_links.tpl deleted file mode 100644 index ad55a476..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/fax/admin_fax_links.tpl +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/landline/admin_landline_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/landline/admin_landline_links.tpl deleted file mode 100644 index e6f2ae06..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/landline/admin_landline_links.tpl +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/mobile/admin_mobile_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/mobile/admin_mobile_links.tpl deleted file mode 100644 index 1c5255e3..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/mobile/admin_mobile_links.tpl +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/mobile_provider/admin_mobile_provider_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/mobile_provider/admin_mobile_provider_links.tpl deleted file mode 100644 index 92760013..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/mobile_provider/admin_mobile_provider_links.tpl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/mini/user/admin_user_links.tpl b/web/WEB-INF/resources/tags/admin/links/mini/user/admin_user_links.tpl deleted file mode 100644 index 10f5d659..00000000 --- a/web/WEB-INF/resources/tags/admin/links/mini/user/admin_user_links.tpl +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/resources/tags/admin/links/user/admin_user_links.tpl b/web/WEB-INF/resources/tags/admin/links/user/admin_user_links.tpl index 89bc08e0..d4b2725a 100644 --- a/web/WEB-INF/resources/tags/admin/links/user/admin_user_links.tpl +++ b/web/WEB-INF/resources/tags/admin/links/user/admin_user_links.tpl @@ -4,7 +4,8 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > @@ -15,43 +16,69 @@
    • - +
    • - +
    • - +
    • - + - + - +
    • - + @@ -59,14 +86,22 @@
    • - +
    • - +
    • 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 a76a3480..d9d74ea0 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 @@ -1,56 +1,103 @@ + xmlns:p="http://primefaces.org/ui" + > - + + - + - + - + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - + -
      - -
      -
      -
      + + + + + + + + + + + + + + + + + + + + + + + +
      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 ee7662df..9ad30767 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 @@ -1,56 +1,106 @@ + xmlns:p="http://primefaces.org/ui" + > - + + - + - + - + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - + -
      - -
      -
      -
      + + + + + + + + + + + + + + + + + + + + + + + +
      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 e62548ce..3ce553e2 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 @@ -1,65 +1,90 @@ + xmlns:p="http://primefaces.org/ui" + > - + + - + - - - + + - + + - - - - - + - + - + - + - - + + - - + + - - + + - + - - + + - - + + - + - + -
      - -
      -
      -
      + + + + + + + + + + + + + + + + + + + + + + + +
      diff --git a/web/WEB-INF/resources/tags/country/form_data/form_country_selector.tpl b/web/WEB-INF/resources/tags/country/form_data/form_country_selector.tpl index 72031227..cedefd2e 100644 --- a/web/WEB-INF/resources/tags/country/form_data/form_country_selector.tpl +++ b/web/WEB-INF/resources/tags/country/form_data/form_country_selector.tpl @@ -2,9 +2,9 @@ + xmlns:p="http://primefaces.org/ui" + > - - + + + + diff --git a/web/WEB-INF/resources/tags/input/panel_grid/fax_input_panel_grid.tpl b/web/WEB-INF/resources/tags/input/panel_grid/fax_input_panel_grid.tpl new file mode 100644 index 00000000..b0c6c6ac --- /dev/null +++ b/web/WEB-INF/resources/tags/input/panel_grid/fax_input_panel_grid.tpl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/resources/tags/input/panel_grid/landline_input_panel_grid.tpl b/web/WEB-INF/resources/tags/input/panel_grid/landline_input_panel_grid.tpl new file mode 100644 index 00000000..82120ec8 --- /dev/null +++ b/web/WEB-INF/resources/tags/input/panel_grid/landline_input_panel_grid.tpl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/resources/tags/input/panel_grid/mobile_input_panel_grid.tpl b/web/WEB-INF/resources/tags/input/panel_grid/mobile_input_panel_grid.tpl new file mode 100644 index 00000000..7d131fa6 --- /dev/null +++ b/web/WEB-INF/resources/tags/input/panel_grid/mobile_input_panel_grid.tpl @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/resources/tags/input/selection_box/personal_title_selection_box.tpl b/web/WEB-INF/resources/tags/input/selection_box/personal_title_selection_box.tpl new file mode 100644 index 00000000..5185f534 --- /dev/null +++ b/web/WEB-INF/resources/tags/input/selection_box/personal_title_selection_box.tpl @@ -0,0 +1,23 @@ + + + + + + + + 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/opening_times/opening_times_data_table.tpl b/web/WEB-INF/resources/tags/opening_times/opening_times_data_table.tpl new file mode 100644 index 00000000..03b2b65a --- /dev/null +++ b/web/WEB-INF/resources/tags/opening_times/opening_times_data_table.tpl @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 38a6f1bb..1e2e62d4 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 @@ -1,15 +1,26 @@ + xmlns:p="http://primefaces.org/ui" + > - + - + diff --git a/web/WEB-INF/resources/tags/table_rows/fax_input_table_row.tpl b/web/WEB-INF/resources/tags/table_rows/fax_input_table_row.tpl deleted file mode 100644 index 16c868df..00000000 --- a/web/WEB-INF/resources/tags/table_rows/fax_input_table_row.tpl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - - - - - -
      -
      diff --git a/web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl b/web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl index df8d6e65..8656827b 100644 --- a/web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl +++ b/web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl @@ -1,37 +1,28 @@ + xmlns:p="http://primefaces.org/ui" + > - - -
      - -
      + + -
      - + + + + + + + + + - - - - - - - -
      -
      - - + - - - - -
      + +
      diff --git a/web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl b/web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl deleted file mode 100644 index f289866d..00000000 --- a/web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - -
      -
      diff --git a/web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl b/web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl deleted file mode 100644 index 1e0bbf59..00000000 --- a/web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - -
      -
      diff --git a/web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl b/web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl deleted file mode 100644 index d4872e66..00000000 --- a/web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl +++ /dev/null @@ -1,32 +0,0 @@ - - - - - -
      - -
      - -
      - - - -
      -
      - - - - -
      -
      diff --git a/web/WEB-INF/templates.dist/admin_page.xhtml b/web/WEB-INF/templates.dist/admin_page.xhtml index e42352cd..709a670e 100644 --- a/web/WEB-INF/templates.dist/admin_page.xhtml +++ b/web/WEB-INF/templates.dist/admin_page.xhtml @@ -1,11 +1,12 @@ - + - + diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml index 6bbae12b..e14db199 100644 --- a/web/WEB-INF/templates.dist/guest_login_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml @@ -1,11 +1,16 @@ - + - + + + + + diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml index 5844811c..30d9b698 100644 --- a/web/WEB-INF/templates.dist/guest_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_page.xhtml @@ -1,11 +1,12 @@ - + - + diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml index c21917a5..786273a0 100644 --- a/web/WEB-INF/templates.dist/login_page.xhtml +++ b/web/WEB-INF/templates.dist/login_page.xhtml @@ -1,15 +1,16 @@ - + - + - + diff --git a/web/WEB-INF/templates/admin/admin_base.tpl b/web/WEB-INF/templates/admin/admin_base.tpl deleted file mode 100644 index 2aedc46a..00000000 --- a/web/WEB-INF/templates/admin/admin_base.tpl +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/admin_footer.tpl b/web/WEB-INF/templates/admin/admin_footer.tpl deleted file mode 100644 index ff9b5c83..00000000 --- a/web/WEB-INF/templates/admin/admin_footer.tpl +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl deleted file mode 100644 index 212e3615..00000000 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ /dev/null @@ -1,53 +0,0 @@ - - - - - diff --git a/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl b/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl deleted file mode 100644 index a890f910..00000000 --- a/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl +++ /dev/null @@ -1,264 +0,0 @@ - - - - -
      - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - - - -
      - -
      - -
      -
      -
      - - - - - - -
      - -
      - -
      - -
      -
      - - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - -
      - -
      - -
      - -
      -
      -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl b/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl deleted file mode 100644 index aa94202b..00000000 --- a/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl +++ /dev/null @@ -1,287 +0,0 @@ - - - - -
      - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - -
      - -
      - -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - -
      - -
      - -
      - -
      -
      -
      - -
      - - - - - -
      - -
      - -
      - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - -
      -
      - - - - - - -
      - -
      - -
      - -
      -
      - - - - -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_office_data.tpl b/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_office_data.tpl deleted file mode 100644 index 45efc8a7..00000000 --- a/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_office_data.tpl +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_opening_time.tpl b/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_opening_time.tpl deleted file mode 100644 index 4af4b866..00000000 --- a/web/WEB-INF/templates/admin/business/branch_office/admin_form_branch_opening_time.tpl +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/department/admin_form_department_data.tpl b/web/WEB-INF/templates/admin/business/department/admin_form_department_data.tpl deleted file mode 100644 index af7eb067..00000000 --- a/web/WEB-INF/templates/admin/business/department/admin_form_department_data.tpl +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/employee/admin_form_employee_data.tpl b/web/WEB-INF/templates/admin/business/employee/admin_form_employee_data.tpl deleted file mode 100644 index 21644cf7..00000000 --- a/web/WEB-INF/templates/admin/business/employee/admin_form_employee_data.tpl +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_data.tpl b/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_data.tpl deleted file mode 100644 index 61ddb0b1..00000000 --- a/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_data.tpl +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_opening_time.tpl b/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_opening_time.tpl deleted file mode 100644 index 4256ad25..00000000 --- a/web/WEB-INF/templates/admin/business/headquarter/admin_form_headquarter_opening_time.tpl +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/business/opening_time/admin_form_opening_time.tpl b/web/WEB-INF/templates/admin/business/opening_time/admin_form_opening_time.tpl deleted file mode 100644 index 767ee3e0..00000000 --- a/web/WEB-INF/templates/admin/business/opening_time/admin_form_opening_time.tpl +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl b/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl deleted file mode 100644 index c8c9f099..00000000 --- a/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl deleted file mode 100644 index 7b1b357e..00000000 --- a/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - 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 deleted file mode 100644 index 6d6a02fa..00000000 --- a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - -
      - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - - - -
      -
      - - - - -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl b/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl deleted file mode 100644 index 2492f9da..00000000 --- a/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl b/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl deleted file mode 100644 index e8bfe048..00000000 --- a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - -
      - -
      - -
      - -
      - - -
      - -
      - -
      - - - - - -
      -
      - -
      - -
      - - - - -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl b/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl deleted file mode 100644 index d2357275..00000000 --- a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -
      - -
      - -
      - -
      - - -
      - -
      - -
      - - - - - -
      -
      - -
      - -
      - - - - -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl b/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl deleted file mode 100644 index 4b0d7b40..00000000 --- a/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl b/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl deleted file mode 100644 index 0659db91..00000000 --- a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -
      - -
      - -
      - -
      - - -
      - -
      - -
      - - - - - -
      -
      - -
      - -
      - - - - -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl b/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl deleted file mode 100644 index ef10a651..00000000 --- a/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl b/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl deleted file mode 100644 index 14306965..00000000 --- a/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - 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 deleted file mode 100644 index 194d90fc..00000000 --- a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - -
      - - - - - -
      - -
      - -
      - - - -
      -
      - - - - - - -
      - -
      - -
      - - - -
      -
      - - -
      - -
      - -
      - -
      -
      - - -
      - -
      - -
      - -
      -
      -
      -
      -
      diff --git a/web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl b/web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl deleted file mode 100644 index 724f72ac..00000000 --- a/web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - -
      - -
      - - -
      diff --git a/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl b/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl deleted file mode 100644 index 7f5d92f5..00000000 --- a/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl b/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl deleted file mode 100644 index ef3e1c95..00000000 --- a/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl deleted file mode 100644 index c5342cca..00000000 --- a/web/WEB-INF/templates/base.tpl +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - <h:outputText value="#{initParam['project_title']}" /> - <h:outputText value=" - " /> - <ui:insert name="title"> - <h:outputText value="Default title" /> - </ui:insert> - - - - - - - - - -
      - - - - - -
      - - -
      - - - -
      - -
      - - - -
      -
      -
      - - - - - - - - - - - - - -
      - - -
      - -
      - - -
      - -
      - -
      -
      -
      -
      - -
      diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index b945d350..05aab6b4 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -1,11 +1,12 @@ + xmlns:p="http://primefaces.org/ui" + > @@ -17,7 +18,7 @@ - +
      @@ -25,7 +26,7 @@
      - +
      @@ -41,7 +42,7 @@
      - +
      @@ -57,7 +58,7 @@
      - +
      @@ -73,8 +74,8 @@
      - - + +
      @@ -89,7 +90,7 @@
      - +
      @@ -103,7 +104,7 @@
      - +
      @@ -119,7 +120,7 @@
      - +
      @@ -135,7 +136,14 @@
      - +
      @@ -145,11 +153,11 @@
      - +
      - +
      @@ -163,13 +171,13 @@
      - + - + - +
      @@ -189,13 +197,13 @@
      - + - + - +
      @@ -209,17 +217,37 @@
      - + + - +
      - + + + + + + + + + +
      diff --git a/web/WEB-INF/templates/guest/guest_base.tpl b/web/WEB-INF/templates/guest/guest_base.tpl index 16077409..93d35583 100644 --- a/web/WEB-INF/templates/guest/guest_base.tpl +++ b/web/WEB-INF/templates/guest/guest_base.tpl @@ -1,12 +1,12 @@ - - + + diff --git a/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl b/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl index da53f249..f463d497 100644 --- a/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl +++ b/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl @@ -2,9 +2,11 @@ + xmlns:p="http://primefaces.org/ui" + >
      @@ -12,8 +14,8 @@
      - - + +
      @@ -28,7 +30,7 @@
      - +
      diff --git a/web/WEB-INF/templates/guest/guest_footer.tpl b/web/WEB-INF/templates/guest/guest_footer.tpl index 5c3306cb..079611b6 100644 --- a/web/WEB-INF/templates/guest/guest_footer.tpl +++ b/web/WEB-INF/templates/guest/guest_footer.tpl @@ -4,35 +4,56 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > diff --git a/web/WEB-INF/templates/guest/user/guest_login_form.tpl b/web/WEB-INF/templates/guest/user/guest_login_form.tpl index 185c785a..ce1f7f28 100644 --- a/web/WEB-INF/templates/guest/user/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/user/guest_login_form.tpl @@ -4,10 +4,11 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - +
      @@ -24,7 +25,7 @@
      - +
      @@ -38,7 +39,7 @@
      - +
      @@ -47,10 +48,18 @@
      - + + + + +
      diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl index eaa13ad3..23c7b37e 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl @@ -4,10 +4,11 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
      @@ -25,7 +26,14 @@
      - +
      @@ -45,7 +53,7 @@
      - +
      @@ -59,7 +67,7 @@
      - +
      @@ -84,10 +92,18 @@ - + + + + + diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl index 547442b8..5bdccf1b 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl @@ -4,20 +4,31 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
      - + + + - + + + + +
      diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl index 312208e1..98cec771 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl @@ -4,15 +4,18 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
      - + + +
      @@ -27,7 +30,14 @@
      - +
      @@ -47,7 +57,7 @@
      - +
      @@ -61,7 +71,7 @@
      - +
      @@ -88,10 +98,18 @@ - + + + + +
      diff --git a/web/WEB-INF/templates/login/user/user_base.tpl b/web/WEB-INF/templates/login/user/user_base.tpl index 510d485e..faab2b41 100644 --- a/web/WEB-INF/templates/login/user/user_base.tpl +++ b/web/WEB-INF/templates/login/user/user_base.tpl @@ -1,21 +1,27 @@ - + - + - + diff --git a/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl b/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl index 1ba2c6ea..069004db 100644 --- a/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl +++ b/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl @@ -2,10 +2,11 @@ + xmlns:p="http://primefaces.org/ui" + >
      @@ -14,7 +15,7 @@
      - +
      diff --git a/web/WEB-INF/templates/login/user/user_enter_current_password.tpl b/web/WEB-INF/templates/login/user/user_enter_current_password.tpl index 4d923ccc..81ad613f 100644 --- a/web/WEB-INF/templates/login/user/user_enter_current_password.tpl +++ b/web/WEB-INF/templates/login/user/user_enter_current_password.tpl @@ -4,7 +4,8 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + >
      @@ -18,8 +19,8 @@
      - - + +
      diff --git a/web/WEB-INF/templates/login/user/user_footer.tpl b/web/WEB-INF/templates/login/user/user_footer.tpl index 652bae5b..0ae95d58 100644 --- a/web/WEB-INF/templates/login/user/user_footer.tpl +++ b/web/WEB-INF/templates/login/user/user_footer.tpl @@ -4,29 +4,46 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + >