From ed50450c6a932fc9de786852264546e4accf3314 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 13 Sep 2017 23:31:24 +0200 Subject: [PATCH] WIP - Please cherry-pick: - started proting to PrimeFaces 6.0 - PF theme "bootstrap" is now the theme - mobile provider list in admin area should be now ported - removed many own CSS as it conflicted with jQuery UI, still tons of to go - added more i18n strings for empty lists - replaced all h:commandButton -> p:commandButton - replaced all h:link -> p:link - admin menu is now rewritten in PF (still looking a little messy) - replaced h:dataTable -> p:dataTable and also h:column -> p:column (belongs together) - widgets:outputMessageBox is no longer needed as p:dataTable has "emptyMessage" attribute for this - if you have p:dataExporter, also use p:commandButton - added missing admin_country_links.tpl (custom JSF tag) - replaced h:message[s] -> p:message[p] - finally found a way of getting rid of project name in base.tpl, thanks to the people at stackoverflow - widgets:outputMessageBox now accepts common "id", was required for "for" attribute - f:view seem to be self-closing? - added f:facet and more meta tags for upcoming responsive - used a bit pm (PF mobile) - now will use p:growl instead of main h:messages in base.tpl - also added AJAX exception handler and p:dialog (does it work?) - everthing else I oversaw/forgot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- ...dressbookMobileProviderWebRequestBean.java | 54 ++++-- .../AddressbookMobileProviderConverter.java | 2 +- .../localization/bundle_de_DE.properties | 31 +++- .../localization/bundle_en_US.properties | 20 ++- web/WEB-INF/faces-config.xml | 12 ++ web/WEB-INF/links.jsf.taglib.xml | 2 +- .../columns/admin_contact_data_columns.tpl | 105 ++++++------ .../admin_contact_data_columns_mini.tpl | 33 ++-- .../contact/admin_form_contact_data.tpl | 133 ++++++++------- .../form_data/fax/admin_form_fax_data.tpl | 5 +- .../landline/admin_form_landline_data.tpl | 5 +- .../mobile/admin_form_mobile_data.tpl | 25 +-- .../form_data/user/admin_form_user_data.tpl | 31 ++-- .../basic_data/admin_basic_data_links.tpl | 15 +- .../admin_branch_office_links.tpl | 15 +- .../mini/contact/admin_contact_links.tpl | 15 +- .../mini/country/admin_country_links.tpl | 34 ++++ .../admin/links/mini/fax/admin_fax_links.tpl | 19 ++- .../mini/landline/admin_landline_links.tpl | 19 ++- .../links/mini/mobile/admin_mobile_links.tpl | 19 ++- .../admin_mobile_provider_links.tpl | 17 +- .../links/mini/user/admin_user_links.tpl | 27 +-- .../admin/links/user/admin_user_links.tpl | 39 ++--- .../admin/panel_grids/fax/admin_fax_data.tpl | 17 +- .../landline/admin_landline_data.tpl | 17 +- .../panel_grids/mobile/admin_mobile_data.tpl | 23 +-- .../resources/tags/messages/message_box.tpl | 2 +- .../tags/profile/user/user_profile_link.tpl | 7 +- .../tags/table_rows/fax_input_table_row.tpl | 25 +-- .../table_rows/landline_input_table_row.tpl | 25 +-- .../table_rows/mobile_selection_table_row.tpl | 17 +- .../user_personal_title_table_row.tpl | 13 +- .../user_profile_mode_table_row.tpl | 13 +- web/WEB-INF/templates/admin/admin_footer.tpl | 11 +- web/WEB-INF/templates/admin/admin_menu.tpl | 122 +++++-------- .../admin_form_basic_company_data.tpl | 145 ++++++++-------- .../admin_form_branch_offices_data.tpl | 161 +++++++++--------- .../admin/contact/admin_contact_data_mini.tpl | 11 +- .../admin/contact/admin_show_contact_data.tpl | 2 +- .../admin/country/admin_form_country_data.tpl | 61 +++---- .../admin/fax/admin_form_add_contact_fax.tpl | 13 +- .../admin_form_add_contact_landline.tpl | 15 +- .../mobile/admin_form_add_contact_mobile.tpl | 15 +- .../admin_form_mobile_provider.tpl | 27 +-- .../admin/user/admin_show_user_data.tpl | 21 +-- .../admin/user/admin_show_user_data_mini.tpl | 17 +- web/WEB-INF/templates/base.tpl | 143 ++++++++++------ .../templates/contact/form_contact_data.tpl | 132 +++++++------- .../guest_email_address_repeat_fields.tpl | 20 +-- web/WEB-INF/templates/guest/guest_footer.tpl | 13 +- web/WEB-INF/templates/guest/guest_menu.tpl | 13 +- .../templates/guest/guest_privacy_terms.tpl | 23 +-- .../templates/guest/user/guest_login_form.tpl | 25 +-- .../register/guest_form_register_page1.tpl | 31 ++-- .../register/guest_form_register_page2.tpl | 7 +- .../register/guest_form_register_single.tpl | 31 ++-- ...ser_change_email_address_repeat_fields.tpl | 21 +-- .../user/user_enter_current_password.tpl | 15 +- .../templates/login/user/user_footer.tpl | 11 +- .../templates/login/user/user_menu.tpl | 21 +-- web/WEB-INF/templates/user/userid_error.tpl | 5 +- .../widgets/locale_change_widget.tpl | 9 +- web/WEB-INF/web.xml | 20 +++ web/WEB-INF/widgets.jsf.taglib.xml | 6 + web/admin/admin_logout.xhtml | 5 +- .../admin_basic_company_data_list.xhtml | 69 ++++---- .../admin_branch_offices_list.xhtml | 65 ++++--- web/admin/contact/admin_contact_delete.xhtml | 7 +- web/admin/contact/admin_contact_edit.xhtml | 7 +- web/admin/contact/admin_contact_export.xhtml | 12 +- web/admin/contact/admin_contact_list.xhtml | 45 +++-- .../unlink/admin_contact_fax_unlink.xhtml | 11 +- .../admin_contact_landline_unlink.xhtml | 9 +- .../unlink/admin_contact_mobile_unlink.xhtml | 9 +- web/admin/country/admin_country_list.xhtml | 35 ++-- web/admin/fax/admin_fax_delete.xhtml | 5 +- web/admin/fax/admin_fax_edit.xhtml | 7 +- web/admin/fax/admin_fax_list.xhtml | 31 ++-- web/admin/fax/admin_fax_show.xhtml | 57 ++++--- .../landline/admin_landline_delete.xhtml | 5 +- web/admin/landline/admin_landline_edit.xhtml | 7 +- web/admin/landline/admin_landline_list.xhtml | 29 ++-- web/admin/landline/admin_landline_show.xhtml | 57 ++++--- .../mobile/admin_contact_mobile_list.xhtml | 11 +- web/admin/mobile/admin_mobile_delete.xhtml | 5 +- web/admin/mobile/admin_mobile_edit.xhtml | 7 +- web/admin/mobile/admin_mobile_list.xhtml | 37 ++-- web/admin/mobile/admin_mobile_show.xhtml | 57 ++++--- .../admin_mobile_provider_list.xhtml | 39 ++--- web/admin/user/admin_user_activity_log.xhtml | 47 ++--- web/admin/user/admin_user_delete.xhtml | 11 +- web/admin/user/admin_user_edit.xhtml | 7 +- web/admin/user/admin_user_export.xhtml | 14 +- web/admin/user/admin_user_list.xhtml | 57 ++++--- web/admin/user/admin_user_lock.xhtml | 17 +- .../admin_user_resend_confirmation_link.xhtml | 7 +- web/admin/user/admin_user_unlock.xhtml | 21 +-- web/guest/user/user_list.xhtml | 17 +- web/guest/user/user_login.xhtml | 7 +- web/guest/user/user_lost_password.xhtml | 15 +- web/guest/user/user_register.xhtml | 5 +- web/guest/user/user_register_done.xhtml | 5 +- web/guest/user/user_register_page2.xhtml | 5 +- web/guest/user/user_resend_link.xhtml | 17 +- web/resources/css/default.css | 5 - web/resources/css/layout.css | 47 +---- web/user/login_contact_data_saved.xhtml | 5 +- web/user/login_edit_user_data.xhtml | 9 +- web/user/login_index.xhtml | 5 +- web/user/login_logout.xhtml | 5 +- .../login_user_change_email_address.xhtml | 7 +- web/user/login_user_change_password.xhtml | 23 +-- .../login_user_change_personal_data.xhtml | 9 +- web/user/login_user_contact_data_saved.xhtml | 5 +- web/user/login_user_data_saved.xhtml | 5 +- 115 files changed, 1591 insertions(+), 1417 deletions(-) create mode 100644 web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl diff --git a/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestBean.java b/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestBean.java index 7698ce66..00c368d9 100644 --- a/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestBean.java +++ b/src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebRequestBean.java @@ -18,6 +18,7 @@ package org.mxchange.addressbook.beans.mobileprovider; import fish.payara.cdi.jsr107.impl.NamedCache; import java.text.MessageFormat; +import java.util.Comparator; import java.util.Iterator; import java.util.LinkedList; import java.util.List; @@ -47,10 +48,15 @@ public class AddressbookMobileProviderWebRequestBean extends BaseAddressbookCont */ private static final long serialVersionUID = 15_869_423_671_950_276L; + /** + * A list of all mobile providers + */ + private final List allMobileProviders; + /** * Remote EJB for mobile providers (regular) */ - @EJB (lookup = "java:global/addressbook-ejb/mobileprovider!org.mxchange.jphone.model.phonenumbers.mobileprovider.MobileProviderSingletonBeanRemote") + @EJB (lookup = "java:global/addressbook-ejb/mobileProvider!org.mxchange.jphone.model.phonenumbers.mobileprovider.MobileProviderSingletonBeanRemote") private MobileProviderSingletonBeanRemote mobileProviderBean; /** @@ -66,6 +72,9 @@ public class AddressbookMobileProviderWebRequestBean extends BaseAddressbookCont public AddressbookMobileProviderWebRequestBean () { // Call super constructor super(); + + // Init list + this.allMobileProviders = new LinkedList<>(); } /** @@ -92,28 +101,14 @@ public class AddressbookMobileProviderWebRequestBean extends BaseAddressbookCont // Add it to the list this.mobileProviderCache.put(event.getAddedMobileProvider().getProviderId(), event.getAddedMobileProvider()); + this.allMobileProviders.add(event.getAddedMobileProvider()); } @Override @SuppressWarnings ("ReturnOfCollectionOrArrayField") public List allMobileProviders () { - // Init list - final List list = new LinkedList<>(); - - // Get iterator - final Iterator> iterator = this.mobileProviderCache.iterator(); - - // Loop over all - while (iterator.hasNext()) { - // Get next entry - final Cache.Entry next = iterator.next(); - - // Add value to list - list.add(next.getValue()); - } - // Return it - return list; + return this.allMobileProviders; } /** @@ -135,6 +130,29 @@ public class AddressbookMobileProviderWebRequestBean extends BaseAddressbookCont this.mobileProviderCache.put(next.getProviderId(), next); } } - } + // Is the list empty, but filled cache? + if (this.allMobileProviders.isEmpty() && this.mobileProviderCache.iterator().hasNext()) { + // Get iterator + final Iterator> iterator = this.mobileProviderCache.iterator(); + + // Build up list + while (iterator.hasNext()) { + // GEt next element + final Cache.Entry next = iterator.next(); + + // Add to list + this.allMobileProviders.add(next.getValue()); + } + + // Sort list + this.allMobileProviders.sort(new Comparator() { + @Override + public int compare (final MobileProvider o1, final MobileProvider o2) { + return o1.getProviderId() > o2.getProviderId() ? 1 : o1.getProviderId() < o2.getProviderId() ? -1 : 0; + } + } + ); + } + } } diff --git a/src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java b/src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java index 85b21472..c8738b24 100644 --- a/src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java +++ b/src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java @@ -52,7 +52,7 @@ public class AddressbookMobileProviderConverter implements Converter /admin/country/admin_country_list.xhtml + + admin_show_country + /admin/country/admin_country_show.xhtml + admin_edit_country /admin/country/admin_country_edit.xhtml @@ -755,6 +759,14 @@ admin_show_branch_office /admin/branch_offices/admin_branch_office_show.xhtml + + admin_edit_branch_office + /admin/branch_offices/admin_branch_office_edit.xhtml + + + admin_delete_branch_office + /admin/branch_offices/admin_branch_office_delete.xhtml + admin_show_user /admin/user/admin_user_show.xhtml diff --git a/web/WEB-INF/links.jsf.taglib.xml b/web/WEB-INF/links.jsf.taglib.xml index 09f59252..af8b7edd 100644 --- a/web/WEB-INF/links.jsf.taglib.xml +++ b/web/WEB-INF/links.jsf.taglib.xml @@ -22,7 +22,7 @@ along with this program. If not, see . http://mxchange.org/jsf/core/links outputUserProfileLink - This tag renders a h:link JSF tag for a user profile. + This tag renders a p:link JSF tag for a user profile. resources/tags/profile/user/user_profile_link.tpl user 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 df52be7b..d60ab1a2 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 @@ -4,115 +4,116 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + 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 3650b42c..72ad507f 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 @@ -4,37 +4,38 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + 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 index 3d71415c..88ea9ee1 100644 --- 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
@@ -16,179 +17,179 @@
- +
- +
- - + +
- +
- +
- - + +
- +
- +
- - + +
- +
- +
- - + +
- +
- + - +
- - + +
- +
- +
- - + +
- +
- + - +
- - + +
- +
- +
- - + +
- +
- + - +
- - + +
- +
- + - + - + - + - + - +
- +
- + - + - + - + - + - +
@@ -196,44 +197,44 @@
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- +
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 15c56904..781eb0d9 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
@@ -14,7 +15,7 @@
- +
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 6608556a..62d64ef0 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
@@ -14,7 +15,7 @@
- +
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 index d3f679b3..101bd595 100644 --- 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
@@ -14,7 +15,7 @@
- +
@@ -24,36 +25,36 @@
- +
- + - +
- - + +
- +
- + - +
- - + +
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 b9573ae6..c06c52ae 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
@@ -14,53 +15,53 @@
- +
- +
- - + +
- +
- +
- - + +
- +
- +
- - + +
- +
- +
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 index 10c6b8c6..b0612aaf 100644 --- 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 @@ -3,29 +3,30 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index cc4f8dd1..5b281c78 100644 --- 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 @@ -3,29 +3,30 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index ebc13a33..8a0e79c4 100644 --- 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 @@ -3,29 +3,30 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 new file mode 100644 index 00000000..14459291 --- /dev/null +++ b/web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl @@ -0,0 +1,34 @@ + + + + + + + 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 index 4f86c3f0..ad55a476 100644 --- 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 @@ -4,39 +4,40 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index f4d81b41..e6f2ae06 100644 --- 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 @@ -4,39 +4,40 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index 4f48f285..1c5255e3 100644 --- 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 @@ -4,39 +4,40 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index 99ceb4a0..92760013 100644 --- 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 @@ -4,29 +4,30 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 index 8eb1851f..10f5d659 100644 --- 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 @@ -3,44 +3,45 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> 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 4f23f1ba..89bc08e0 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 @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -14,60 +15,60 @@
  • - + - +
  • - + - +
  • - + - +
  • - + - + - + - + - + - +
  • - + - +
  • - + - +
  • - + - +
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 197917c6..a76a3480 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 @@ -5,31 +5,32 @@ xmlns:links="http://mxchange.org/jsf/core/links" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + - + - + - + - + @@ -37,7 +38,7 @@ - + @@ -45,7 +46,7 @@ - +
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 e7a75daa..ee7662df 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 @@ -5,31 +5,32 @@ xmlns:links="http://mxchange.org/jsf/core/links" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + - + - + - + - + @@ -37,7 +38,7 @@ - + @@ -45,7 +46,7 @@ - +
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 616f8917..e62548ce 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 @@ -5,40 +5,41 @@ xmlns:links="http://mxchange.org/jsf/core/links" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + - + - + - + - + - + - + - + @@ -46,7 +47,7 @@ - + @@ -54,7 +55,7 @@ - +
diff --git a/web/WEB-INF/resources/tags/messages/message_box.tpl b/web/WEB-INF/resources/tags/messages/message_box.tpl index a68d361f..7d04f135 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 5c114779..90283cea 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 @@ -4,12 +4,13 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + 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 index a6543fec..f63bbd6e 100644 --- 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 @@ -4,37 +4,38 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
- +
- + - + - + - + - + - +
- - + + - - + +
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 f16751bb..e1891b82 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 @@ -4,37 +4,38 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + 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 index 9e981a08..a9445346 100644 --- 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 @@ -4,29 +4,30 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
- +
- + - + - + - +
- - + +
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 index 387a7235..9bb9ea5b 100644 --- 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 @@ -4,24 +4,25 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
- +
- + - +
- - + +
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 index 96d53b29..d1409ce1 100644 --- 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 @@ -4,23 +4,24 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui">
- +
- + - +
- - + +
diff --git a/web/WEB-INF/templates/admin/admin_footer.tpl b/web/WEB-INF/templates/admin/admin_footer.tpl index eeeb4add..ff9b5c83 100644 --- a/web/WEB-INF/templates/admin/admin_footer.tpl +++ b/web/WEB-INF/templates/admin/admin_footer.tpl @@ -1,12 +1,15 @@ + + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui" + xmlns:pm="http://primefaces.org/mobile"> - + diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl index e980a377..212e3615 100644 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ b/web/WEB-INF/templates/admin/admin_menu.tpl @@ -3,81 +3,51 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" - xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - -
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 index f196a195..c8c9f099 100644 --- a/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl @@ -3,9 +3,10 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + @@ -13,19 +14,19 @@ - + - + - + 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 index bfe0d957..7b1b357e 100644 --- a/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl @@ -6,7 +6,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - + 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 d80453c9..5a0802d0 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 @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -17,103 +18,103 @@
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
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 index 48ee76d4..859622a5 100644 --- 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -20,15 +21,15 @@
- +
- + - +
@@ -39,9 +40,9 @@ 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 index 30b289b5..e211f8c6 100644 --- 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -20,15 +21,15 @@
- +
- + - +
@@ -39,11 +40,11 @@ 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 index 2f9e444a..6e72a273 100644 --- 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 @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -20,15 +21,15 @@
- +
- + - +
@@ -39,11 +40,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 bb704c3b..156b795d 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 @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> @@ -17,27 +18,27 @@
- +
- + - +
- - + +
- +
- +
@@ -45,24 +46,24 @@
- +
- +
- +
- + - +
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 index 67a5f7c8..7f5d92f5 100644 --- a/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl +++ b/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl @@ -4,9 +4,10 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + @@ -15,21 +16,21 @@ - + - + - + @@ -37,7 +38,7 @@ - + @@ -45,19 +46,19 @@ - + - + - + @@ -65,7 +66,7 @@ - + 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 index bf1fdef4..ef3e1c95 100644 --- 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 @@ -4,9 +4,10 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> - + @@ -15,25 +16,25 @@ - + - + - + - + - + @@ -41,7 +42,7 @@ - + diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index b2eedb71..83ab95de 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -2,77 +2,108 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui" + xmlns:pm="http://primefaces.org/mobile"> + - - + + + + - + + + + + - + - - + + - - <h:outputText value="Addressbook" /> - <h:outputText value=" - " /> - <ui:insert name="title"> - <h:outputText value="Default title" /> - </ui:insert> - - - - - - - + + <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 77a406f0..12406604 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -21,206 +21,206 @@
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - +
- - + +
- +
- + - + - + - + - + - +
- - + + - - + +
- +
- + - + - + - + - + - +
- - + + - - + + 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 b11e37df..da53f249 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 @@ -4,35 +4,35 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" - > + xmlns:p="http://primefaces.org/ui">
- +
- + - +
- - + +
- +
- +
- - + + diff --git a/web/WEB-INF/templates/guest/guest_footer.tpl b/web/WEB-INF/templates/guest/guest_footer.tpl index 93d6162a..9b65b317 100644 --- a/web/WEB-INF/templates/guest/guest_footer.tpl +++ b/web/WEB-INF/templates/guest/guest_footer.tpl @@ -3,35 +3,36 @@ xmlns="http://www.w3.org/1999/xhtml" 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:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui"> diff --git a/web/admin/landline/admin_landline_edit.xhtml b/web/admin/landline/admin_landline_edit.xhtml index f447bf0e..294d7884 100644 --- a/web/admin/landline/admin_landline_edit.xhtml +++ b/web/admin/landline/admin_landline_edit.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -35,8 +36,8 @@
diff --git a/web/admin/landline/admin_landline_list.xhtml b/web/admin/landline/admin_landline_list.xhtml index 4ea5a9ba..c93a80a0 100644 --- a/web/admin/landline/admin_landline_list.xhtml +++ b/web/admin/landline/admin_landline_list.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -15,26 +16,26 @@ - - + + - + - - + + - + - + - + @@ -42,9 +43,9 @@ - + - + @@ -52,9 +53,7 @@ - - - - + + diff --git a/web/admin/landline/admin_landline_show.xhtml b/web/admin/landline/admin_landline_show.xhtml index 77d693b5..7fc7f091 100644 --- a/web/admin/landline/admin_landline_show.xhtml +++ b/web/admin/landline/admin_landline_show.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -24,69 +25,69 @@ - + - - + + - + - - + + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + +
-
-
+ +
diff --git a/web/admin/mobile/admin_contact_mobile_list.xhtml b/web/admin/mobile/admin_contact_mobile_list.xhtml index 43800111..5d02a85d 100644 --- a/web/admin/mobile/admin_contact_mobile_list.xhtml +++ b/web/admin/mobile/admin_contact_mobile_list.xhtml @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -14,12 +15,12 @@ - - + + - - + + diff --git a/web/admin/mobile/admin_mobile_delete.xhtml b/web/admin/mobile/admin_mobile_delete.xhtml index d5f46a64..a06e7a10 100644 --- a/web/admin/mobile/admin_mobile_delete.xhtml +++ b/web/admin/mobile/admin_mobile_delete.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -39,7 +40,7 @@
diff --git a/web/admin/mobile/admin_mobile_edit.xhtml b/web/admin/mobile/admin_mobile_edit.xhtml index a08c0454..8be236f7 100644 --- a/web/admin/mobile/admin_mobile_edit.xhtml +++ b/web/admin/mobile/admin_mobile_edit.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -35,8 +36,8 @@
diff --git a/web/admin/mobile/admin_mobile_list.xhtml b/web/admin/mobile/admin_mobile_list.xhtml index 9dae953f..cac23e37 100644 --- a/web/admin/mobile/admin_mobile_list.xhtml +++ b/web/admin/mobile/admin_mobile_list.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -15,36 +16,36 @@ - - + + - + - - + + - + - + - - + + - + - + - + @@ -52,9 +53,9 @@ - + - + @@ -62,9 +63,7 @@ - - - - + + diff --git a/web/admin/mobile/admin_mobile_show.xhtml b/web/admin/mobile/admin_mobile_show.xhtml index 722a3815..45f1e55c 100644 --- a/web/admin/mobile/admin_mobile_show.xhtml +++ b/web/admin/mobile/admin_mobile_show.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -24,68 +25,68 @@ - + - - + + - + - - + + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + +
-
-
+ +
diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index 270a7a5c..1062279f 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -4,7 +4,8 @@ xmlns:links="http://mxchange.org/jsf/core/links" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -15,42 +16,42 @@ - - + + - + - - + + - + - + - + - + - + - + - + @@ -58,16 +59,16 @@ - + - + - - + + @@ -78,8 +79,8 @@ diff --git a/web/admin/user/admin_user_activity_log.xhtml b/web/admin/user/admin_user_activity_log.xhtml index 7d93ed7e..514583fd 100644 --- a/web/admin/user/admin_user_activity_log.xhtml +++ b/web/admin/user/admin_user_activity_log.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -24,76 +25,76 @@ - - + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -101,7 +102,7 @@ - - + + diff --git a/web/admin/user/admin_user_delete.xhtml b/web/admin/user/admin_user_delete.xhtml index 4c3cb46e..6702250d 100644 --- a/web/admin/user/admin_user_delete.xhtml +++ b/web/admin/user/admin_user_delete.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -41,17 +42,17 @@
- +
- +
diff --git a/web/admin/user/admin_user_edit.xhtml b/web/admin/user/admin_user_edit.xhtml index 22548c3f..f0448afa 100644 --- a/web/admin/user/admin_user_edit.xhtml +++ b/web/admin/user/admin_user_edit.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -37,8 +38,8 @@
diff --git a/web/admin/user/admin_user_export.xhtml b/web/admin/user/admin_user_export.xhtml index da33a133..a1ee9778 100644 --- a/web/admin/user/admin_user_export.xhtml +++ b/web/admin/user/admin_user_export.xhtml @@ -19,15 +19,15 @@ - + - + - + @@ -151,7 +151,7 @@ - + @@ -159,7 +159,7 @@ - + @@ -183,9 +183,9 @@
diff --git a/web/admin/user/admin_user_list.xhtml b/web/admin/user/admin_user_list.xhtml index d3c5660c..23db1d95 100644 --- a/web/admin/user/admin_user_list.xhtml +++ b/web/admin/user/admin_user_list.xhtml @@ -5,7 +5,8 @@ xmlns:links="http://mxchange.org/jsf/core/links" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -18,68 +19,68 @@ - - + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -87,16 +88,16 @@ - + - + - - + + @@ -113,14 +114,14 @@
- +
- + - +
@@ -136,8 +137,8 @@
diff --git a/web/admin/user/admin_user_lock.xhtml b/web/admin/user/admin_user_lock.xhtml index 9c5be085..6e9d3c68 100644 --- a/web/admin/user/admin_user_lock.xhtml +++ b/web/admin/user/admin_user_lock.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -35,7 +36,7 @@
- +
@@ -45,7 +46,7 @@
- +
@@ -55,7 +56,7 @@
- +
@@ -65,18 +66,18 @@
- +
- +
diff --git a/web/admin/user/admin_user_resend_confirmation_link.xhtml b/web/admin/user/admin_user_resend_confirmation_link.xhtml index 74b2cb58..aee86a01 100644 --- a/web/admin/user/admin_user_resend_confirmation_link.xhtml +++ b/web/admin/user/admin_user_resend_confirmation_link.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -42,9 +43,9 @@ diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 7b80ca88..e72a5b89 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -39,15 +40,15 @@
- + - +
- +
@@ -57,7 +58,7 @@
- +
@@ -67,7 +68,7 @@
- +
@@ -77,7 +78,7 @@
- +
@@ -89,7 +90,7 @@
- +
@@ -98,9 +99,9 @@ diff --git a/web/guest/user/user_list.xhtml b/web/guest/user/user_list.xhtml index a2fc13bf..c2c81347 100644 --- a/web/guest/user/user_list.xhtml +++ b/web/guest/user/user_list.xhtml @@ -5,7 +5,8 @@ xmlns:links="http://mxchange.org/jsf/core/links" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -18,30 +19,30 @@ - +
- + - + - + - + - + - +
>
diff --git a/web/guest/user/user_login.xhtml b/web/guest/user/user_login.xhtml index b65b7cf3..3191943d 100644 --- a/web/guest/user/user_login.xhtml +++ b/web/guest/user/user_login.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -23,7 +24,7 @@ - + @@ -31,7 +32,7 @@ - + diff --git a/web/guest/user/user_lost_password.xhtml b/web/guest/user/user_lost_password.xhtml index 1ece54b4..92c4fd4c 100644 --- a/web/guest/user/user_lost_password.xhtml +++ b/web/guest/user/user_lost_password.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -32,11 +33,11 @@
- +
- +
@@ -46,18 +47,18 @@
- +
- +
diff --git a/web/guest/user/user_register.xhtml b/web/guest/user/user_register.xhtml index f37ff331..e285b365 100644 --- a/web/guest/user/user_register.xhtml +++ b/web/guest/user/user_register.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -23,7 +24,7 @@ - + diff --git a/web/guest/user/user_register_done.xhtml b/web/guest/user/user_register_done.xhtml index 73f3b2c0..f26df549 100644 --- a/web/guest/user/user_register_done.xhtml +++ b/web/guest/user/user_register_done.xhtml @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -19,7 +20,7 @@ - + diff --git a/web/guest/user/user_register_page2.xhtml b/web/guest/user/user_register_page2.xhtml index 658b73ee..394b73e2 100644 --- a/web/guest/user/user_register_page2.xhtml +++ b/web/guest/user/user_register_page2.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -21,7 +22,7 @@ - + diff --git a/web/guest/user/user_resend_link.xhtml b/web/guest/user/user_resend_link.xhtml index 8bdf9d1f..76d7b1e2 100644 --- a/web/guest/user/user_resend_link.xhtml +++ b/web/guest/user/user_resend_link.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -30,19 +31,19 @@
- +
- + - +
- - + + @@ -50,8 +51,8 @@ diff --git a/web/resources/css/default.css b/web/resources/css/default.css index 9a84a100..42fb9258 100644 --- a/web/resources/css/default.css +++ b/web/resources/css/default.css @@ -4,7 +4,6 @@ body { font-family: sans-serif; color: black; margin: 0px; - line-height: 14px; } h1 { @@ -24,7 +23,3 @@ a:link:hover, a:visited:hover { color: #045491; text-decoration : underline; } - -label { - vertical-align: middle; -} diff --git a/web/resources/css/layout.css b/web/resources/css/layout.css index 59ea6530..a3e22a51 100644 --- a/web/resources/css/layout.css +++ b/web/resources/css/layout.css @@ -6,10 +6,6 @@ div, table { #page-header { border-bottom: 1px solid grey; - line-height: 20px; -} - -#page-header-container { background-color: steelblue; color: white; padding: 5px; @@ -46,13 +42,13 @@ div, table { margin: 2px; } -.page-header-container a:link, .page-header-container a:visited { +.page-header a:link, .page-header a:visited { color: white; font-weight : bold; text-decoration: none; } -.page-header-container a:link:hover, .page-header-container a:visited:hover { +.page-header a:link:hover, .page-header a:visited:hover { color: black; font-weight : bold; text-decoration : underline; @@ -166,15 +162,6 @@ ul.navbar-horizontal li.footer-copyright { margin-right: 10px; } -.menu ul { - list-style: none; - padding-left: 5px; -} - -.menu-header { - font-weight: bold; -} - .table-header { text-align: center; font-weight: bold; @@ -299,33 +286,19 @@ ul.navbar-horizontal li.footer-copyright { margin-right: 2px; } -#content-header, .input, .select, .submit, .reset, .button-danger, .button-warning, .fieldset { - border: 1px solid grey; - border-top-right-radius: 8px; - border-bottom-left-radius: 8px; -} - -.checkbox { +#content-header { border: 1px solid grey; } -input, textarea, select, option { - background-color: #fbfbfb; -} - -.submit, .reset, .button-danger, .button-warning { - cursor: pointer; +#content-header, .input, .submit, .reset, .button-danger, .button-warning, .fieldset { + border-top-right-radius: 8px; + border-bottom-left-radius: 8px; } .fieldset { padding: 5px; } -.input { - padding-left: 4px; - padding-right: 4px; -} - #menu-content-wrapper { overflow: auto; } @@ -342,11 +315,6 @@ input, textarea, select, option { color: white; } -input:hover, textarea:hover, select:hover, option:hover { - border-color: #666666; - background-color: #eeeeee; -} - .button-danger:hover { border-color: #dd0000; background-color: #aa0000; @@ -358,6 +326,7 @@ input:hover, textarea:hover, select:hover, option:hover { background-color: #cccc00; color: #eeeeee; } + #menu-content-wrapper::after { clear: both; } @@ -366,6 +335,6 @@ input:hover, textarea:hover, select:hover, option:hover { clear: both; } -.footer::after { +#footer::after { clear: both; } diff --git a/web/user/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml index e2a2cbca..300c586d 100644 --- a/web/user/login_contact_data_saved.xhtml +++ b/web/user/login_contact_data_saved.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -20,7 +21,7 @@ - + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index 44336717..8e99559d 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -27,18 +28,18 @@
  • - +
  • - +
  • - +
diff --git a/web/user/login_index.xhtml b/web/user/login_index.xhtml index 207e6965..63f89090 100644 --- a/web/user/login_index.xhtml +++ b/web/user/login_index.xhtml @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -19,7 +20,7 @@
- + diff --git a/web/user/login_logout.xhtml b/web/user/login_logout.xhtml index c80d0acc..d0eee5cb 100644 --- a/web/user/login_logout.xhtml +++ b/web/user/login_logout.xhtml @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -25,7 +26,7 @@ diff --git a/web/user/login_user_change_email_address.xhtml b/web/user/login_user_change_email_address.xhtml index fbecaf83..a019ba7d 100644 --- a/web/user/login_user_change_email_address.xhtml +++ b/web/user/login_user_change_email_address.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -46,8 +47,8 @@ diff --git a/web/user/login_user_change_password.xhtml b/web/user/login_user_change_password.xhtml index ec604868..ab920063 100644 --- a/web/user/login_user_change_password.xhtml +++ b/web/user/login_user_change_password.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -37,30 +38,30 @@
- +
- +
- - + +
- +
- +
- - + + @@ -70,8 +71,8 @@ diff --git a/web/user/login_user_change_personal_data.xhtml b/web/user/login_user_change_personal_data.xhtml index e5ee9bac..252a3486 100644 --- a/web/user/login_user_change_personal_data.xhtml +++ b/web/user/login_user_change_personal_data.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -18,7 +19,7 @@ - + @@ -38,8 +39,8 @@
diff --git a/web/user/login_user_contact_data_saved.xhtml b/web/user/login_user_contact_data_saved.xhtml index 04707419..a5fda2ee 100644 --- a/web/user/login_user_contact_data_saved.xhtml +++ b/web/user/login_user_contact_data_saved.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -20,7 +21,7 @@ - + diff --git a/web/user/login_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml index 167bdad5..014da48a 100644 --- a/web/user/login_user_data_saved.xhtml +++ b/web/user/login_user_data_saved.xhtml @@ -4,7 +4,8 @@ xmlns:widgets="http://mxchange.org/jsf/core/widgets" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" - xmlns:f="http://xmlns.jcp.org/jsf/core"> + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:p="http://primefaces.org/ui"> @@ -18,7 +19,7 @@ - + -- 2.39.5