]> git.mxchange.org Git - pizzaservice-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:14:37 +0000 (13:14 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/base.tpl

index 4807d7a4c7b298d1cc14d3da9d60308a1059936b..e158b5d48308d55ee74c8291c77a28a4e66cf9dc 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" />
@@ -34,7 +34,7 @@
                                <ui:insert name="basket" />
                        </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" />
@@ -55,7 +55,7 @@
                                </div>
 
                                <div class="clear"></div>
-                       </div>
+                       </h:panelGroup>
 
                        <div id="footer">
                                <ui:insert name="footer">Default footer</ui:insert>