]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
added summary for people with braile or other assistence devices.
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 07:23:30 +0000 (09:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 07:23:30 +0000 (09:23 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/basket/full_basket.tpl
web/admin/category.xhtml
web/admin/product.xhtml
web/basket.xhtml
web/index.xhtml

index b12643b3a0440089124e351d10fd6abdec0aef10..ca1faca385a99f16080374737b3fb62d5f662832 100644 (file)
@@ -180,3 +180,8 @@ LINK_GUEST_PRIVACY=Datenschutz
 LINK_GUEST_IMPRINT_TITLE=Impressum
 LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen
 LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen
+TABLE_SUMMARY_FULL_BASKET=Diese Tabelle listet alle im Warenkorb befindlichen Artikel mit Einzelpreis, Zwischensumme und Gesamtpreis auf.
+TABLE_SUMMARY_ADMIN_CATEGORY=Diese Tabelle listet alle angelegten Artikelkategorien im Administrationsbereich auf.
+TABLE_SUMMARY_SHOW_BASKET=Diese Tabelle listet die im Warenkorb befindlichen Artikel einfach auf.
+TABLE_SUMMARY_ADMIN_PRODUCTS=Diese Tabelle listet alle angelegten Produkte im Administrationsbereich auf.
+TABLE_SUMMARY_INDEX_PRODUCTS=Diese Tabelle listet alle verf\u00fcgbaren Produkte in der Eingangsseite auf.
index d2520393569004ca999836df12941fcbb82d6fc8..4072e584bd31d245530949feabbefe3515ce038e 100644 (file)
@@ -180,3 +180,8 @@ LINK_GUEST_PRIVACY=Datenschutz
 LINK_GUEST_IMPRINT_TITLE=Impressum
 LINK_GUEST_TERMS_TITLE=Allgemeine Gesch\u00e4ftsbedingungen
 LINK_GUEST_PRIVACY_TITLE=Datenschutzbestimmungen
+TABLE_SUMMARY_FULL_BASKET=This table lists all to the basket added articles with single price, sub total and total price.
+TABLE_SUMMARY_ADMIN_CATEGORY=This table lists all in admin area created article categories.
+TABLE_SUMMARY_SHOW_BASKET=This table lists all to the basket added articles.
+TABLE_SUMMARY_ADMIN_PRODUCTS=This table lists all in admin area created products.
+TABLE_SUMMARY_INDEX_PRODUCTS=This table lists all available products in index page.
index 335602d20db551c754e0146b8afc52a6f7871b16..bd6714de8be5c16718a8ba2f145432170cb8560b 100644 (file)
@@ -5,7 +5,7 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:ui="http://java.sun.com/jsf/facelets">
 
-       <h:dataTable var="item" value="#{basketController.allItems()}" headerClass="table_header_column" class="table" rendered="#{basketController.hasItems()}">
+       <h:dataTable id="table_show_full_basket" var="item" value="#{basketController.allItems()}" styleClass="table" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_FULL_BASKET}" rendered="#{basketController.hasItems()}">
                <h:column>
                        <f:facet name="header">#{msg.GUEST_ITEM_TITLE}</f:facet>
 
index efd7ca73445cb44c375beba3f7cdec2dc8ddbdf3..ba8d7dfbc300de4960ad364d4401a4bf2642cb4f 100644 (file)
@@ -16,7 +16,7 @@
                <ui:define name="content">
                        <div class="para">
                                <h:form id="form">
-                                       <h:dataTable headerClass="table_header_column" rowClasses="table_row" styleClass="table" id="categories" value="#{controller.allCategories}" var="cat">
+                                       <h:dataTable id="categories" var="cat" value="#{controller.allCategories}" styleClass="table" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_ADMIN_CATEGORY}">
                                                <h:column>
                                                        <f:facet name="header">#{msg.SELECT_ENTRY}</f:facet>
                                                        #{cat.categoryId}:
index 78ae9252c32a38a74009aaaa4db0aca280f21f01..1cfe964f17337ae426506b01dce03e43e4e35a69 100644 (file)
@@ -16,7 +16,7 @@
                <ui:define name="content">
                        <div class="para">
                                <h:form id="form">
-                                       <h:dataTable headerClass="table_header_column" id="product_table" var="product" value="#{admin_product.allProducts}">
+                                       <h:dataTable id="product_table" var="product" value="#{admin_product.allProducts}" styleClass="table" summary="#{msg.TABLE_SUMMARY_ADMIN_PRODUCTS}">
                                                <h:column>
                                                        <f:facet name="header">Produktnummer:</f:facet>
                                                        #{product.productId}:<h:selectBooleanCheckbox class="input" value="true" />
index 2f175aa892f9fdb62d7cc324d2fae407f8d44166..3d3fb58f7419eb1d5704e8af221a667fc55ca1e4 100644 (file)
@@ -14,7 +14,7 @@
                </ui:define>
 
                <ui:define name="content">
-                       <h:dataTable var="item" value="#{basketController.allItems()}" headerClass="table_header_column" class="table" rendered="#{basketController.hasItems()}">
+                       <h:dataTable id="table_show_basket" var="item" value="#{basketController.allItems()}" styleClass="table" summary="#{msg.TABLE_SUMMARY_SHOW_BASKET}" rendered="#{basketController.hasItems()}">
                                <h:column>
                                        <f:facet name="header">#{msg.GUEST_ITEM_TITLE}</f:facet>
 
index fe297f7e60dc387c700aea6ccbb7401e74300750..d42ac71d26afb3134abe102c7576dae196e0213c 100644 (file)
@@ -26,7 +26,7 @@
                                </div>
                        </div>
 
-                       <h:dataTable value="#{controller.availableProducts}" var="product" class="table">
+                       <h:dataTable id="table_show_available_products" var="product" value="#{controller.availableProducts}" styleClass="table" summary="#{msg.TABLE_SUMMARY_INDEX_PRODUCTS}">
                                <h:column>
                                        <div id="main_item_container">
                                                <div class="item_title">