Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
33f24a1f
Commit
33f24a1f
authored
Jul 21, 2015
by
michael.simon
Browse files
Block UI and add confirmation dialog
parent
898a658a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/service-admin/show-service-registry.xhtml
View file @
33f24a1f
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment