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