]> git.mxchange.org Git - jjobs-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 14:12:55 +0000 (16:12 +0200)
commitfa3975221539f6c035c9c0760d70de48b9e706dd
tree1a1f31991467bbfbd0bea271ce5179d6378d8f7d
parentffd60d5ad3aa9b51ebcb8919fc30cb3c65f3f87a
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
- removed old controller

Signed-off-by: Roland Häder <roland@mxchange.org>
40 files changed:
monitor/README.txt
nbproject/faces-config.NavData
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebApplicationBean.java [deleted file]
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebApplicationController.java [deleted file]
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/phone/JobsAdminContactPhoneWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/phone/JobsAdminContactPhoneWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionBean.java
src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java
src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionController.java
src/java/org/mxchange/jjobs/converter/cellphone/JobsCellphoneConverter.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java [new file with mode: 0644]
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 [deleted file]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestController.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestBean.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestController.java [deleted file]
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