]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 12 Jul 2019 00:58:05 +0000 (02:58 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 12 Jul 2019 00:58:05 +0000 (02:58 +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/financial/receipt/admin_receipt_list.xhtml
web/admin/financial/receipt_item/admin_receipt_item_list.xhtml

index a2e69f23eb4c1666abd964634b0c3e6c9867e374..f2e9ef04cf742b6c590d74c369f7441ab66d0093 100644 (file)
                                widgetVar="receiptDialog"
                                position="top"
                                responsive="true"
+                               closeOnEscape="true"
                                >
                                <p:outputPanel id="receipt-details">
                                        <p:panelGrid columns="2" rendered="#{not empty receiptListController.selectedReceipt}">
index e709f2afbfc23dae1a043b7e4a01de1db2530ff0..41553d33d1033d99ef4fdc0d30293cd5eff3d7a9 100644 (file)
                                                <f:param name="basicDataId" value="#{receiptItem.itemManufacturer.basicDataId}" />
                                        </p:link>
 
-                                       <h:outputText value="#{msg.ADMIN_NOT_ASSIGNED}" title="#{project.ADMIN_NO_RECEIPT_ITEM_MANUFACTURER_ASSIGNED_TITLE}" rendered="#{empty receiptItem.itemManufacturer}" />
+                                       <h:outputText
+                                               value="#{msg.ADMIN_NOT_ASSIGNED}"
+                                               title="#{project.ADMIN_NO_RECEIPT_ITEM_MANUFACTURER_ASSIGNED_TITLE}"
+                                               rendered="#{empty receiptItem.itemManufacturer}"
+                                               />
                                </p:column>
 
                                <p:column
                                widgetVar="receiptItemDialog"
                                position="top"
                                responsive="true"
+                               closeOnEscape="true"
                                >
                                <p:outputPanel id="receipt-item-details">
                                        <p:panelGrid columns="2" rendered="#{not empty receiptItemListController.selectedReceiptItem}">