]> git.mxchange.org Git - pizzaservice-war.git/commit - web/user/login_edit_user_data.xhtml
class was wrong, needs to be styleClass
authorRoland Häder <roland@mxchange.org>
Wed, 4 May 2016 10:58:03 +0000 (12:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 14:04:15 +0000 (16:04 +0200)
commit4447f01ca2a02bcd3e42e117c4e4efcf51e1f3dd
tree52cfc7e6fae784c654007d9cb47196bfea6c7cab
parenta9cba22f7a4a152818ec1be83b3f1d29a182aa2f
class was wrong, needs to be styleClass

Signed-off-by: Roland Häder <roland@mxchange.org>
49 files changed:
src/java/org/mxchange/pizzaapplication/beans/email_address/PizzaEmailChangeWebSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/email_address/PizzaEmailChangeWebSessionController.java [new file with mode: 0644]
web/WEB-INF/templates.dist/login_page.xhtml
web/WEB-INF/templates/admin/admin_base.tpl
web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl
web/WEB-INF/templates/admin/country/admin_form_country_data.tpl
web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl
web/WEB-INF/templates/basket/full_basket.tpl
web/WEB-INF/templates/basket/total_sum.tpl
web/WEB-INF/templates/contact/form_contact_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/generic/form_personal_data.tpl
web/WEB-INF/templates/generic/gender_selection_box.tpl
web/WEB-INF/templates/generic/mobile_selection_box.tpl
web/WEB-INF/templates/generic/profile_mode_selection_box.tpl [new file with mode: 0644]
web/WEB-INF/templates/generic/user_profile_link.tpl
web/WEB-INF/templates/guest/guest_base.tpl
web/WEB-INF/templates/guest/guest_login_form.tpl
web/WEB-INF/templates/guest/guest_privacy_terms.tpl
web/WEB-INF/templates/guest/guest_registration_form.tpl
web/WEB-INF/templates/login/login_base.tpl
web/WEB-INF/templates/login/login_enter_current_password.tpl
web/WEB-INF/templates/user/user_not_logged_in.tpl [new file with mode: 0644]
web/WEB-INF/templates/user/user_profile_link.tpl [new file with mode: 0644]
web/WEB-INF/templates/user/userid_error.tpl [new file with mode: 0644]
web/admin/contact/admin_contact_delete.xhtml
web/admin/contact/admin_contact_edit.xhtml
web/admin/contact/admin_contact_list.xhtml
web/admin/country/admin_country_list.xhtml
web/admin/mobile_provider/admin_mobile_provider_list.xhtml
web/admin/user/admin_user_edit.xhtml
web/admin/user/admin_user_list.xhtml
web/basket.xhtml
web/customer/login.xhtml
web/customer/lost_passwd.xhtml
web/guest/user/register_done.xhtml [new file with mode: 0644]
web/guest/user/user_list.xhtml
web/guest/user/user_profile.xhtml
web/index.xhtml
web/user/login_add_addressbook.xhtml
web/user/login_change_email_address.xhtml
web/user/login_change_password.xhtml
web/user/login_change_personal_data.xhtml
web/user/login_contact_data_saved.xhtml
web/user/login_data_saved.xhtml
web/user/login_edit_user_data.xhtml
web/user/login_index.xhtml
web/user/login_own_addressbooks.xhtml
web/user/login_user_data_saved.xhtml