]> git.mxchange.org Git - jjobs-war.git/commit
Continued with adding countries:
authorRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 16:27:48 +0000 (18:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 16:32:25 +0000 (18:32 +0200)
commit5d8dbb707ce57b4a012c5cb49709e90e66ecc0db
treee877954ad11bebb5a609ea32359caa6ab74d0342
parentb989b49c06fef5d68554c867ae50f5b3bbaaf79b
Continued with adding countries:
- admin country controller (class + interface) added
- added admin form template for country data
- added admin list/edit/delete pages for countries
- added table_medium, table_left_medium, table_right_medium CSS classes
- changed named phoneCountryCode to countryPhoneCode (naming convention)
- other minor stuff mixed

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
nbproject/faces-config.NavData
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationController.java [new file with mode: 0644]
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_form_country_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/admin_form_personal_data.tpl
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/generic/form_personal_data.tpl
web/admin/admin_country_delete.xhtml [new file with mode: 0644]
web/admin/admin_country_edit.xhtml [new file with mode: 0644]
web/admin/admin_country_list.xhtml [new file with mode: 0644]
web/resources/css/cssLayout.css