Navigation tweaks

This commit is contained in:
tim holloway 2024-02-15 08:33:06 -05:00
parent cb0a2f2285
commit f7ab0b1c57
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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']}"