]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Tue, 15 Sep 2015 09:18:06 +0000 (11:18 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 15 Sep 2015 09:18:06 +0000 (11:18 +0200)
commit78360cfa464944ce4659af074e30dd2623ecb3f9
treecb51d3fbab2f1e3722a98794234ca2d77f909b46
parentd6903b6b1fbd100dd9a22d65c517e8d5016f926b
Continued:
- added more translations
- swapped out some parts of large registration form for reuse
- used them again for checkout without registration
- added template file for templates
Signed-off-by:Roland Häder <roland@mxchange.org>
14 files changed:
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.dist/guest_page.xhtml
web/WEB-INF/templates.dist/template.tpl [new file with mode: 0644]
web/WEB-INF/templates/basket/full_basket.tpl [new file with mode: 0644]
web/WEB-INF/templates/basket/total_sum.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_personal_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_privacy_terms.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_registration_form.tpl [new file with mode: 0644]
web/basket.xhtml
web/customer/checkout.xhtml [new file with mode: 0644]
web/customer/checkout2.xhtml [new file with mode: 0644]
web/customer/register.xhtml