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

index a8c5fc4773713730356e960d91e844ca29dcef91..21d4954dde58608b9cc108978fb178b4f2acb20d 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>