]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
No need for class here
authorRoland Haeder <roland@mxchange.org>
Mon, 17 Aug 2015 11:27:42 +0000 (13:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 17 Aug 2015 11:27:42 +0000 (13:27 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/admin/category.jsp
web/admin/product.jsp
web/finished.jsp
web/index.jsp
web/preview.jsp

index 3d328717f615479fa2fa92736bf59e2504f8def5..1fd0c7929f28664d55a256de7f7344011e20d383 100644 (file)
@@ -41,7 +41,7 @@
                                <div class="para">
                                        <form action="<%=request.getContextPath()%>/form_handler/admin/do_category.jsp" accept-charset="utf-8" id="form" method="post">
                                        <table class="table">
-                                               <thead class="table_header">
+                                               <thead>
                                                        <tr>
                                                                <th class="table_header_column">
                                                                        Auswählen:
@@ -55,7 +55,7 @@
                                                        </tr>
                                                </thead>
 
-                                               <tbody class="table_body">
+                                               <tbody>
                                                        <c:forEach var="category" items="<%=app.getCategories()%>">
                                                        <tr>
                                                                <td>
index 8e6801b5b01fe8e92168c745e08a4fc244e81ec2..8c35c45ea773b558ff83bc0dff41d142538fb5c0 100644 (file)
@@ -43,7 +43,7 @@
                                <div class="para">
                                        <form action="<%=request.getContextPath()%>/form_handler/admin/do_product.jsp" accept-charset="utf-8" id="form" method="post">
                                        <table class="table">
-                                               <thead class="table_header">
+                                               <thead>
                                                        <tr>
                                                                <th class="table_header_column">
                                                                        Produktnummer:
@@ -63,7 +63,7 @@
                                                        </tr>
                                                </thead>
 
-                                               <tbody class="table_body">
+                                               <tbody>
                                                        <c:forEach var="product" items="<%=app.getAllProducts()%>">
                                                        <tr>
                                                                <td>
index 848cf56bbdc820b68de796bb058bde3b12bde2d2..d0b4150e9b9c9198b23bf96a2de168a49efd50dc 100644 (file)
@@ -44,7 +44,7 @@
 
                        <div id="content">
                                <table class="table">
-                                       <thead class="table_header">
+                                       <thead>
                                                <tr>
                                                        <th class="table_header_column">
                                                                Bestellen?
@@ -63,7 +63,7 @@
                                                        </th>
                                                </tr>
                                        </thead>
-                                       <tbody class="table_body">
+                                       <tbody>
                                                <%
                                                // Get Iterator
                                                Iterator<Product> iterator = app.getAvailableProducts();
index 6409310fd5f5421905e4c4787c4d87721ecd1cb1..54f3d8d5323cc4a405c8328e8562fe53ec2519c3 100644 (file)
@@ -39,7 +39,7 @@
                        <div id="content">
                                <form action="<%=request.getContextPath()%>/form_handler/do_preview.jsp" accept-charset="utf-8" id="form" method="post">
                                <table class="table">
-                                       <thead class="table_header">
+                                       <thead>
                                                <tr>
                                                        <th class="table_header_column">
                                                                Bestellen?
@@ -56,7 +56,7 @@
                                                </tr>
                                        </thead>
 
-                                       <tbody class="table_body">
+                                       <tbody>
                                                <%
                                                // Get Iterator
                                                Iterator<Product> iterator = app.getAvailableProducts();
index 3d2b9b73f21b0fdefd46a2609e0b8663328d3f24..833d5f631c7414de38ae8790328f2df867d08c27 100644 (file)
@@ -44,7 +44,7 @@
                        <div id="content">
                                <form action="<%=request.getContextPath()%>/form_handler/do_order.jsp" accept-charset="utf-8" id="form" method="post">
                                <table class="table">
-                                       <thead class="table_header">
+                                       <thead>
                                                <tr>
                                                        <th class="table_header_column">
                                                                Bestellen?
@@ -63,7 +63,7 @@
                                                        </th>
                                                </tr>
                                        </thead>
-                                       <tbody class="table_body">
+                                       <tbody>
                                                <%
                                                // Get Iterator
                                                Iterator<Product> iterator = app.getAvailableProducts();