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
9c130a29
Commit
9c130a29
authored
Dec 08, 2020
by
michael.simon
Browse files
again changes to ui
parent
fca74e8f
Changes
2
Show whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/resources/css/kit.css
View file @
9c130a29
...
...
@@ -41,7 +41,7 @@
border
:
none
;
}
.ui-helper-hidden
{
label
.ui-helper-hidden
{
display
:
none
!important
;
}
...
...
bwreg-webapp/src/main/webapp/token-admin/index.xhtml
View file @
9c130a29
...
...
@@ -21,9 +21,10 @@
<ui:param
name=
"title"
value=
"#{messages.title}"
/>
<ui:define
name=
"content"
>
<h:form
id=
"form"
>
<h:form
id=
"form"
styleClass=
"fancy form full"
>
<h3>
Token Admin
</h3>
<p:panel
id=
"tokenPanel"
header=
"Token Admin"
>
<p:panelGrid
columns=
"2"
>
<h:outputLabel
value=
"Eppn"
for=
"@next"
/>
<p:autoComplete
id=
"userAutocompl"
multiple=
"false"
value=
"#{tokenAdminIndexBean.selectedUser}"
...
...
@@ -43,11 +44,11 @@
<h:outputText
value=
"#{u.givenName}"
/>
</p:column>
</p:autoComplete>
<p:focus
for=
"userAutocompl"
/>
</p:panelGrid>
<p:focus
for=
"userAutocompl"
/>
<p:outputPanel
style=
"margin-bottom: 16px;"
>
<p:commandButton
action=
"#{tokenAdminIndexBean.searchToken()}"
value=
"Search"
update=
"
tokenPanel,messageBox
"
/>
<p:commandButton
action=
"#{tokenAdminIndexBean.searchToken()}"
value=
"Search"
update=
"
form
"
/>
</p:outputPanel>
<p:panel
rendered=
"#{tokenAdminIndexBean.readOnly}"
>
...
...
@@ -97,8 +98,6 @@
</p:panel>
</p:dataGrid>
</p:panel>
</h:form>
</ui:define>
</ui:composition>
...
...
Write
Preview
Supports
Markdown
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