library upgrades
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
|
||||
version="2.0">
|
||||
<factory>
|
||||
<faces-context-factory>de.jooqFaces.JooqFacesContextFactory</faces-context-factory>
|
||||
<faces-context-factory>de.jooqfaces.JooqFacesContextFactory</faces-context-factory>
|
||||
</factory>
|
||||
</faces-config>
|
||||
|
@ -64,6 +64,6 @@
|
||||
<param-value>/etc/timetrack.properties</param-value>
|
||||
</context-param>
|
||||
<listener>
|
||||
<listener-class>de.jooqFaces.PropertiesDeploymentListener</listener-class>
|
||||
<listener-class>de.jooqfaces.PropertiesDeploymentListener</listener-class>
|
||||
</listener>
|
||||
</web-app>
|
||||
|
@ -9,6 +9,11 @@
|
||||
<b:messages />
|
||||
</ui:define>
|
||||
<ui:define name="main">
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$("div.page").css("overflow", "hidden");
|
||||
})
|
||||
</script>
|
||||
<b:panel title="Einstellungen" collapsed="true" rendered="#{sessionBean.hasLogin}">
|
||||
<b:accordion expandedPanels="layout">
|
||||
<b:panel id="layout" title="Layout">
|
||||
|
Reference in New Issue
Block a user