]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Fri, 12 Jul 2019 00:57:33 +0000 (02:57 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 12 Jul 2019 00:57:33 +0000 (02:57 +0200)
- converted single-line to multi-line for better readability
- added closeOnEscape="true" attribute to have p:dialog closing press on ESC key

Signed-off-by: Roland Häder <roland@mxchange.org>
web/admin/generic_product/admin_generic_product_list.xhtml

index 86362c12fb6b987f7e5b76e7f82e0803ac814934..6a2775d9370d029d9806a422230b886e1d7bb387 100644 (file)
                                                <f:param name="basicDataId" value="#{genericProduct.productManufacturer.basicDataId}" />
                                        </p:link>
 
-                                       <h:outputText value="#{msg.ADMIN_NOT_ASSIGNED}" title="#{product.ADMIN_NO_PRODUCT_MANUFACTURER_ASSIGNED_TITLE}" rendered="#{empty genericProduct.productManufacturer}" />
+                                       <h:outputText
+                                               value="#{msg.ADMIN_NOT_ASSIGNED}"
+                                               title="#{product.ADMIN_NO_PRODUCT_MANUFACTURER_ASSIGNED_TITLE}"
+                                               rendered="#{empty genericProduct.productManufacturer}"
+                                               />
                                </p:column>
 
                                <p:column
                                widgetVar="productDialog"
                                position="top"
                                responsive="true"
+                               closeOnEscape="true"
                                >
                                <p:outputPanel id="product-details">
                                        <p:panelGrid columns="2" rendered="#{not empty productListController.selectedProduct}">