Quitada librería con tema bootstrap.
Añadida libería con todos los temas para primefaces 7. Añadido selector de tema en la pantalla home.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package managedbean.common;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
import javax.annotation.PostConstruct;
|
||||
import javax.enterprise.context.RequestScoped;
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Named;
|
||||
|
||||
/***
|
||||
@@ -23,6 +25,10 @@ public class homeMBean implements Serializable {
|
||||
isLogedIn = SessionUtils.isLogedIn();
|
||||
}
|
||||
|
||||
public List<Theme> getThemes() {
|
||||
return ThemeService.THEMES;
|
||||
}
|
||||
|
||||
public boolean isLogedIn() {
|
||||
return this.isLogedIn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user