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.
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.
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>
<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}:
<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" />
</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>
</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">