]> git.mxchange.org Git - pizzaservice-war.git/commit
Rewrites:
authorRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 10:49:03 +0000 (12:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 11:06:01 +0000 (13:06 +0200)
commitbbfabde6c7ae876946aae7a93c0bbd6db0f13ffd
treece98688d388a3508615465453c290fe965fb5628
parentf506c54bc265fdc0618c54b850c236f2d536e0c5
Rewrites:
- renamed controller (beans) to have them all a suffix "Controller"
- renamed converter to have them all a suffix "Converter"
- Localized German word "Anzahl" and changed it to "Bestellmenge" (order amount)
- added more empty lines
19 files changed:
src/java/org/mxchange/jshopcore/model/category/PizzaCategoryConverter.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/localization/PizzaLocalizationSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/shop/PizzaShopWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/converter/smsprovider/PizzaSmsProviderConverter.java
web/WEB-INF/templates/admin/admin_category_selection_box.tpl
web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl
web/WEB-INF/templates/base.tpl
web/WEB-INF/templates/generic/form_personal_data.tpl
web/WEB-INF/templates/generic/gender_selection_box.tpl
web/WEB-INF/templates/generic/locale_selection_box.tpl
web/WEB-INF/templates/guest/guest_login_form.tpl
web/admin/admin_category.xhtml
web/admin/admin_product.xhtml
web/index.xhtml