]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 12 Jul 2019 00:55:20 +0000 (02:55 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 22 Jul 2019 00:29:13 +0000 (02:29 +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/WEB-INF/templates/master.tpl
web/admin/basic_data/admin_basic_data_list.xhtml
web/admin/branch_office/admin_branch_office_list.xhtml

index b8ebc7ff483b72f6719118a832be389af268520a..93ed134fa80e0b0acc1a114454a3986975965cab 100644 (file)
                                                        />
 
                                                <h:form id="exception-dialog-form">
-                                                       <p:dialog id="exceptionDialog" closable="true" closeOnEscape="true" header="Exception '#{pfExceptionHandler.type}' occured!" widgetVar="exceptionDialog"
-                                                                         height="500px">
+                                                       <p:dialog
+                                                               id="exceptionDialog"
+                                                               closable="true"
+                                                               closeOnEscape="true"
+                                                               header="Exception '#{pfExceptionHandler.type}' occured!"
+                                                               widgetVar="exceptionDialog"
+                                                               height="500px">
                                                                <div class="para">
                                                                        <h:outputText value="#{msg.EXCEPTION_MESSAGE}:" />
                                                                        <h:outputText value="#{pfExceptionHandler.message}" />
index 8ee0448a33d5c97bfc018006731e073ef0e2f097..290dd9bfbaedfb59c9ea8a7ec16c425c68af8690 100644 (file)
                                widgetVar="basicDataDialog"
                                position="top"
                                responsive="true"
+                               closeOnEscape="true"
                                >
                                <p:outputPanel id="basic-data-details">
                                        <p:panelGrid columns="2" rendered="#{not empty basicDataListController.selectedBasicData}">
index f155a9a3e1f0a6847e38e9fa2c65b696d9c81099..b5267f384027582a3702b590d6157aaae70391d8 100644 (file)
                                widgetVar="branchOfficeDialog"
                                position="top"
                                responsive="true"
+                               closeOnEscape="true"
                                >
                                <p:outputPanel id="branchOffice-details">
                                        <p:tabView>