]> git.mxchange.org Git - jjobs-war.git/commit
Continued with land-line and fax numbers: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Tue, 16 Aug 2016 14:08:48 +0000 (16:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 18:18:42 +0000 (20:18 +0200)
commit78b13d1497ac626aeacc43048bc55126f96cbc93
tree25e85726acb0506a031b55dcb1ab276d770a1007
parent0c3b20abe134e5fe58c3b2f400706b7c54191f36
Continued with land-line and fax numbers: (please cherry-pick)
- added "all" (?) JSF pages for administrative land-line/fax number pages
- added admin menus for fax/land-line number listing
- added navigation rules
- added more class (controller=managed bean) fields for fax/land-line
- implemented method allFaxNumberContacts()
- implemented method allLandLineNumberContacts()
- implemented method allNonLinkedFaxNumbers()
- implemented method allNonLinkedLandLineNumbers()
- some methods had been renamed (cellphone -> mobile)
- added missing i18n strings
- renamed some i18n strings as they can be generic (for all 3 types)

Signed-off-by: Roland Häder <roland@mxchange.org>
34 files changed:
src/java/de/chotime/landingpage/converter/fax/LandingFaxConverter.java [new file with mode: 0644]
src/java/de/chotime/landingpage/converter/landline/LandingLandLineConverter.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java
src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java
src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java
src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java
src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/fax/admin_fax_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/fax/admin_fax_links.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/fax/admin_form_fax_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/landline/admin_form_landline_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/landline/admin_landline_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/landline/admin_landline_links.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/mobile/admin_form_mobile_data.tpl
web/WEB-INF/templates/admin/mobile/admin_mobile_data.tpl
web/admin/fax/admin_contact_fax_unlink.xhtml [new file with mode: 0644]
web/admin/fax/admin_fax_delete.xhtml [new file with mode: 0644]
web/admin/fax/admin_fax_edit.xhtml [new file with mode: 0644]
web/admin/fax/admin_fax_list.xhtml [new file with mode: 0644]
web/admin/fax/admin_fax_show.xhtml [new file with mode: 0644]
web/admin/landline/admin_contact_landline_unlink.xhtml [new file with mode: 0644]
web/admin/landline/admin_landline_delete.xhtml [new file with mode: 0644]
web/admin/landline/admin_landline_edit.xhtml [new file with mode: 0644]
web/admin/landline/admin_landline_list.xhtml [new file with mode: 0644]
web/admin/landline/admin_landline_show.xhtml [new file with mode: 0644]
web/admin/mobile/admin_mobile_list.xhtml