Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
afc3ae84
Commit
afc3ae84
authored
Dec 18, 2020
by
michael.simon
Browse files
style on check-access page is wrong
parent
230c2876
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/user/check-access.xhtml
View file @
afc3ae84
...
...
@@ -25,20 +25,20 @@
<ui:define
name=
"content"
>
<
div
class=
"panel"
>
<p:panel
header=
"#{messages.access_check}: #{checkAccessBean.service.name}"
rendered=
"#{checkAccessBean.accessProblem}
"
>
<
p:panel
header=
"#{messages.access_check}: #{checkAccessBean.service.name}"
rendered=
"#{checkAccessBean.accessProblem}"
styleClass=
"text full
"
>
<div
style=
"margin-top: 4px;"
>
<h:outputText
value=
"#{messages.requirements_unsatisfied}"
/>
</div>
<p:messages
id=
"messageBoxReqs"
for=
"reqs"
showDetail=
"true"
/>
</p:panel>
<p:panel
header=
"#{messages.access_check}: #{checkAccessBean.service.name}"
rendered=
"#{not checkAccessBean.accessProblem}"
>
<p:panel
header=
"#{messages.access_check}: #{checkAccessBean.service.name}"
rendered=
"#{not checkAccessBean.accessProblem}"
styleClass=
"text full"
>
<div
style=
"margin-top: 4px;"
>
<h:outputText
value=
"#{messages.requirements_met}"
/>
</div>
<p:messages
id=
"messageBoxReqsMet"
for=
"reqs"
showDetail=
"true"
/>
</p:panel>
</div>
</ui:define>
</ui:composition>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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