]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
removed acceptvcharset, it is broken in IE anyway. So, now what?
authorRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:29:01 +0000 (14:29 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:29:01 +0000 (14:29 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/templates/basket/full_basket.tpl
web/WEB-INF/templates/guest/guest_login_form.tpl
web/WEB-INF/templates/guest/guest_registration_form.tpl
web/admin/category.xhtml
web/admin/product.xhtml
web/basket.xhtml
web/customer/checkout2.xhtml
web/customer/lost_passwd.xhtml
web/index.xhtml

index 81ff93167e26da8d1a0295372e775dad439b65c5..335602d20db551c754e0146b8afc52a6f7871b16 100644 (file)
@@ -29,7 +29,7 @@
                <h:column>
                        <f:facet name="header">#{msg.CHANGE_ITEM_AMOUNT}</f:facet>
 
-                       <h:form acceptcharset="utf-8" id="add_item">
+                       <h:form id="add_item">
                                <h:outputText id="amount" value="#{item.orderedAmount}">
                                </h:outputText>
                        </h:form>
index a1993410f3089c0a2215a276a25d0fec3b156f7d..0a0f5cefbbe8cbd4719b5a22d135e50304f5e39d 100644 (file)
@@ -5,7 +5,7 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://java.sun.com/jsf/facelets">
        <div id="customer_login_content">
-               <h:form acceptcharset="utf-8" id="login_form">
+               <h:form id="login_form">
                        <div class="table">
                                <div class="table_header">
                                        #{msg.GUEST_ENTER_LOGIN_DATA_TITLE}
index 3bed98b6fbdbf4bca5ae1e2a01d76be92bdda15b..8806fa854f572ad34f038cfc7061ba07d01acac2 100644 (file)
@@ -6,7 +6,7 @@
        xmlns:ui="http://java.sun.com/jsf/facelets">
 
 
-       <h:form acceptcharset="utf-8" id="register_form">
+       <h:form id="register_form">
                <div class="table">
                        <div class="table_header">
                                #{msg.GUEST_REGISTRATION_TITLE}
index dbf05089b3e69a78c9de49e4e903d02b8c7f604f..ed1225fad47842a99c60970c314a43c87a33050c 100644 (file)
@@ -19,7 +19,7 @@
 
                <ui:define name="content">
                        <div class="para">
-                               <h:form acceptcharset="utf-8" id="form">
+                               <h:form id="form">
                                        <h:dataTable headerClass="table_header_column" rowClasses="table_row" styleClass="table" id="categories" value="#{controller.allCategories}" var="cat">
                                                <h:column>
                                                        <f:facet name="header">#{msg.SELECT_ENTRY}</f:facet>
@@ -47,7 +47,7 @@
                        </div>
 
                        <div class="para">
-                               <h:form acceptcharset="utf-8" id="add_category">
+                               <h:form id="add_category">
                                        <div class="table">
                                                <div class="table_header">
                                                        #{msg.ADMIN_ADD_CATEGORY_TITLE}
index d0b270c7dae2d5e2ccdf91515ee13093988c9be4..91f07153fc043624605d350395d471efec60e12e 100644 (file)
@@ -19,7 +19,7 @@
 
                <ui:define name="content">
                        <div class="para">
-                               <h:form acceptcharset="utf-8" id="form">
+                               <h:form id="form">
                                        <h:dataTable headerClass="table_header_column" id="product_table" var="product" value="#{admin_product.allProducts}">
                                                <h:column>
                                                        <f:facet name="header">Produktnummer:</f:facet>
@@ -56,7 +56,7 @@
                        </div>
 
                        <div class="para">
-                               <h:form acceptcharset="utf-8" id="add_category">
+                               <h:form id="add_category">
                                        <div class="table">
                                                <div class="table_header">
                                                        #{msg.ADMIN_ADD_PRODUCT_TITLE}
index ab56ee250fe4f3f5ed437a852ea0e8f102b6bc2a..230a89fe3b9ce202add8a279c7dd23a2a91df813 100644 (file)
@@ -42,7 +42,7 @@
                                <h:column>
                                        <f:facet name="header">#{msg.CHANGE_ITEM_AMOUNT}</f:facet>
 
-                                       <h:form acceptcharset="utf-8" id="add_item">
+                                       <h:form id="add_item">
                                                <h:commandButton class="submit" id="add" value="#{msg.BUTTON_CHANGE_ITEM_AMOUNT}" action="#{basketController.changeItem(item)}" title="#{msg.BUTTON_TITLE_CHANGE_ITEM_AMOUNT}" />
 
                                                <h:inputText class="input" id="amount" size="3" maxlength="20" value="#{item.orderedAmount}" title="#{msg.INPUT_TITLE_ENTER_ITEM_AMOUNT}">
index c57311210a7b642fec10a6532df3fad08c7ff65b..c42be43fbb31b8a327f752eb6af57e8683501b05 100644 (file)
@@ -30,7 +30,7 @@
                                </div>
 
                                <div class="registration_form">
-                                       <h:form acceptcharset="utf-8" id="checkout_form">
+                                       <h:form id="checkout_form">
                                                <div class="table">
                                                        <div class="table_header">
                                                                #{msg.GUEST_PAYMENT_WITHOUT_REGISTRATION_TITLE}
index 25f95e22b519a15be60170bae326beb3a5eee309..81f63af23106e6a19f758e532a96f56a69a392eb 100644 (file)
@@ -20,7 +20,7 @@
 
                <ui:define name="content">
                        <div class="para" id="customer_lost_password_content">
-                               <h:form acceptcharset="utf-8" id="lost_password_form">
+                               <h:form id="lost_password_form">
                                        <div class="table">
                                                <div class="table_header">
                                                        #{msg.GUEST_LOST_PASSWORD_TITLE}
index 895fa1137460d47c4841c72045ddec5c3be46ec9..58ff71fd9565f0de647f26a9b77b40ad78050a44 100644 (file)
@@ -41,7 +41,7 @@
                                                        <div class="table_left">
                                                                <div class="item_actions">
                                                                        <ui:fragment rendered="#{!basketController.isProductAdded(product)}">
-                                                                               <h:form acceptcharset="utf-8" id="add_item">
+                                                                               <h:form id="add_item">
                                                                                        <h:commandButton class="submit" id="add" value="#{msg.ADMIN_ADD_ITEM_TO_BASKET}" action="#{basketController.addItem(product)}" title="#{msg.BUTTON_TITLE_ADD_ITEM_TO_BASKET}" />
 
                                                                                        <h:inputText class="input" id="amount" size="3" maxlength="20" value="#{basketController.orderedAmount}" title="#{msg.INPUT_TITLE_ENTER_ITEM_AMOUNT}">