Skip to content
Snippets Groups Projects
Commit 33f24a1f authored by Michael Simon's avatar Michael Simon
Browse files

Block UI and add confirmation dialog

parent 898a658a
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@
<br/>
<div id="panelInline">
<p:panel header="#{messages.tools}">
<p:panel id="toolsPanel" header="#{messages.tools}">
<h:panelGroup rendered="#{serviceAdminUserDetailBean.entity.registryStatus == 'ACTIVE'}">
<p:commandButton action="#{serviceAdminUserDetailBean.reconsiliation()}"
value="#{messages.reconsiliation}" update="@form" />
......@@ -121,6 +121,10 @@
<p:commandButton value="#{messages.no}" type="button" styleClass="ui-confirmdialog-no" icon="ui-icon-close" />
</p:confirmDialog>
<p:blockUI block="toolsPanel" trigger="delUsr">
<p:graphicImage value="#{resource['/img/ajax-loader.gif']}" alt="#{messages.loading}" />
</p:blockUI>
</h:form>
</ui:define>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment