]> git.mxchange.org Git - jfinancials-war.git/commitdiff
nope, panelGroup
authorRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 11:13:12 +0000 (13:13 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 11:13:12 +0000 (13:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/base.tpl

index c72326f8dbf59a2000f26aed3bc3b00e1aea569e..f0689794530b5c2b3111883cffabcdc7ec47b807 100644 (file)
@@ -7,7 +7,7 @@
        xmlns:f="http://xmlns.jcp.org/jsf/core">
 
        <f:view locale="#{localizationController.locale}" contentType="text/html">
-               <h:head>
+               <h:head id="head">
                        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
                        <f:loadBundle var="msg" basename="org.mxchange.localization.bundle" />
@@ -27,7 +27,7 @@
                                </div>
                        </div>
 
-                       <div id="menu_content">
+                       <h:panelGroup id="menu_content" layout="block">
                                <div id="left">
                                        <ui:insert name="menu">Default menu</ui:insert>
                                        <ui:include src="/WEB-INF/templates/generic/locale_selection_box.tpl" />
@@ -48,7 +48,7 @@
                                </div>
 
                                <div class="clear"></div>
-                       </div>
+                       </h:panelGroup>
 
                        <div id="footer">
                                <ui:insert name="footer">Default footer</ui:insert>