This commit is contained in:
Marcos Garcia Nuñez
2020-01-03 20:32:56 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<h:body>
<p:growl id="messages" globalOnly="true" sticky="false" showDetail="true" life="15000" />
<div id="layout">
<div id="top" class="top background-light-blue">
<div id="top" class="top">
<h:graphicImage library="images" name="logo-small.png" height="116" alt="MyHealth by Grupo 2" />
</div>
<div id="menuDiv" style="padding: 8px;">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -83,7 +83,7 @@ public class LoginMBean extends ManagedBeanBase {
// logout event, invalidate session
public String logout() {
this.addFacesMessageKeep(FacesMessage.SEVERITY_INFO, "Sessión cerrada", "Ha cerrado correctamente su sesión. Hasta la vista");
this.addFacesMessageKeep(FacesMessage.SEVERITY_INFO, "Sesión cerrada", "Ha cerrado correctamente su sesión. Hasta la vista");
SessionUtils.DestroySession();