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

index e6e227a7815b9d920aa993e15e4f29e447f42252..44b69f13acc07b5a9f4c091e3539ed00920a9ce7 100644 (file)
@@ -9,7 +9,7 @@
        </ui:insert>
 
        <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" />
@@ -29,7 +29,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" />
@@ -50,7 +50,7 @@
                                </div>
 
                                <div class="clear"></div>
-                       </div>
+                       </h:panelGroup>
 
                        <div id="page_footer">
                                <ui:insert name="footer">Default footer</ui:insert>