]> git.mxchange.org Git - addressbook-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:34:52 +0000 (18:34 +0200)
commit481569a3d1ab44289b9b1951ccd3787035ad4401
tree8ddd4b86e1f05c2c3cfc525b9d9bd59770fece46
parent127109bbe387c7681fecce037a6c0788f1cab471
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