]> git.mxchange.org Git - pizzaservice-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:27:48 +0000 (18:27 +0200)
commit9adf697d8450f725e8c5c283bd8309ae9c37a7d8
treebc3f054834dedcad625e3da71b64088c564bb9af
parent0c0594706a44b0332ed8d13a036068b787ab94cd
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
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