oscar 4 months ago
parent
commit
3bb3314d5e
  1. 15
      ProyectoInventario-war/web/template/listas.xhtml
  2. 2
      ProyectoInventario-war/web/template/login.xhtml

15
ProyectoInventario-war/web/template/listas.xhtml

@ -19,15 +19,24 @@
<div class="titulo" id="top" style="display: flex; align-items: center;"> <div class="titulo" id="top" style="display: flex; align-items: center;">
<h:form style="flex: 1;"> <h:form style="flex: 1;">
<center> <center>
<h class="centro">Almacen, Bienvenido #{demoBeanLogin.user}</h> <h style="margin-left: 110px">Almacen</h>
</center> </center>
</h:form> </h:form>
<h:form> <h:form>
<h2 style="font-size: 16px; margin-bottom: 1px; margin-top: 0px"> #{demoBeanLogin.user}</h2>
<p:commandButton action="#{demoBeanLogin.logout()}" <p:commandButton action="#{demoBeanLogin.logout()}"
immediate="true" immediate="true"
ajax="false" ajax="false"
style="margin-left: 5px; margin-right: 10px; vertical-align: middle;"
icon="pi pi-power-off" style=" width: 60px; height: 30px; margin-top: 1px;"
icon="pi pi-sign-out"
styleClass="ui-button-danger" /> styleClass="ui-button-danger" />
</h:form> </h:form>
</div> </div>

2
ProyectoInventario-war/web/template/login.xhtml

@ -62,7 +62,7 @@ Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit t
</p:password> </p:password>
<p:commandButton icon="pi pi-check" <p:commandButton icon="pi pi-sign-in"
style="width: 60px" style="width: 60px"
action="#{demoBeanLogin.login()}" action="#{demoBeanLogin.login()}"
ajax="false" ajax="false"

Loading…
Cancel
Save