]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with admin area:
authorRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 13:51:08 +0000 (15:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 13:51:08 +0000 (15:51 +0200)
commit88d59884f98e6ba12589107974ac8c087c24e0b8
tree284930cb0d57e6fec4f2bcc27252cc01ba8aa6a2
parent009f14b85bce7634f607a71f8d65bee92f817092
Continued with admin area:
- added a lot new administrative pages for contact's cellphone, mobile provider and user
- used templates for repeated content
- added a lot new language strings
- added converter for contacts and cellphone
- added new project dependency jcontacts-lib.jar
- updated some older (hope, it doesn't conflict)
- added mini-navigation CSS classes
34 files changed:
nbproject/build-impl.xml
nbproject/faces-config.NavData
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionController.java
src/java/org/mxchange/pizzaapplication/converter/cellphone/PizzaCellphoneConverter.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/converter/contact/PizzaContactConverter.java [new file with mode: 0644]
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_cellphone_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/admin_cellphone_links.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/admin_form_mobile_provider.tpl
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/admin/admin_user_links.tpl [new file with mode: 0644]
web/WEB-INF/templates/generic/gender_selection_box.tpl
web/WEB-INF/templates/generic/mobile_selection_box.tpl
web/admin/admin_contact_cellphone_delete.xhtml [new file with mode: 0644]
web/admin/admin_contact_cellphone_edit.xhtml [new file with mode: 0644]
web/admin/admin_contact_cellphone_list.xhtml [new file with mode: 0644]
web/admin/admin_contact_cellphone_show.xhtml [new file with mode: 0644]
web/admin/admin_contact_cellphone_unlink.xhtml [new file with mode: 0644]
web/admin/admin_contact_show.xhtml [new file with mode: 0644]
web/admin/admin_mobile_provider_list.xhtml
web/admin/admin_mobile_provider_show.xhtml [new file with mode: 0644]
web/admin/admin_user_list.xhtml
web/admin/admin_user_show.xhtml [new file with mode: 0644]
web/resources/css/cssLayout.css