Navigation tweaks
This commit is contained in:
parent
cb0a2f2285
commit
f7ab0b1c57
|
@ -398,7 +398,7 @@
|
|||
/>
|
||||
<p:commandButton id="doHome" value="Home"
|
||||
icon="ui-icon-home" ajax="false"
|
||||
immediate="true" action="main.jsf"
|
||||
immediate="true" action="home"
|
||||
/>
|
||||
</h:form>
|
||||
</p:panel>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB |
|
@ -16,7 +16,7 @@
|
|||
>
|
||||
<h:outputText style="width:33%;" value=" " />
|
||||
<p:panelGrid columns="1" id="grid1">
|
||||
<h:outputText>Please login</h:outputText>
|
||||
<h2>Please login</h2>
|
||||
<p:outputLabel value="Login failed!"
|
||||
styleClass="red"
|
||||
rendered="${!empty param['error']}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user