NO-JIRA: [Broker-J][WMC] Change copyright year and fix copyright layout
diff --git a/broker-plugins/management-http/src/main/java/resources/footer.html b/broker-plugins/management-http/src/main/java/resources/footer.html
index 972e86f..f5e3343 100644
--- a/broker-plugins/management-http/src/main/java/resources/footer.html
+++ b/broker-plugins/management-http/src/main/java/resources/footer.html
@@ -19,7 +19,7 @@
  -
  -->
 
-<div class="footer"><p>&#xA9; 2004-<span class="currentYear">2018</span> The Apache Software Foundation.
+<div class="footer"><p>&#xA9; 2004-<span class="currentYear">2019</span> The Apache Software Foundation.
   <br/>
   Apache Qpid, Qpid, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of
   The Apache Software Foundation.
diff --git a/broker-plugins/management-http/src/main/java/resources/index.html b/broker-plugins/management-http/src/main/java/resources/index.html
index 474e712..cd97285 100644
--- a/broker-plugins/management-http/src/main/java/resources/index.html
+++ b/broker-plugins/management-http/src/main/java/resources/index.html
@@ -212,7 +212,8 @@
             <div id="managedViews" data-dojo-type="dijit.layout.TabContainer"
                  data-dojo-props="tabPosition: 'top', doLayout:false, isLayoutContainer:false">
             </div>
-            <div>
+            <div data-dojo-type="dijit.layout.ContentPane"
+                 data-dojo-props="region:'bottom', isLayoutContainer:false">
                 <div qpid-type="footer"></div>
             </div>
         </div>
diff --git a/broker-plugins/management-http/src/main/java/resources/logout.html b/broker-plugins/management-http/src/main/java/resources/logout.html
index beb3154..1ef293c 100644
--- a/broker-plugins/management-http/src/main/java/resources/logout.html
+++ b/broker-plugins/management-http/src/main/java/resources/logout.html
@@ -79,11 +79,11 @@
 <body class="claro">
 
 <div id="pageLayout" data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false">
-    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'">
+    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top', isLayoutContainer:true">
         <div class="header"></div>
         <div id="login" style="float: right"></div>
     </div>
-    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
+    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center', isLayoutContainer:true">
         <div style="width:350px; margin-left: auto; margin-right: auto;">
             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Logout', toggleable: false" >
                 <div class="dijitDialogPaneContentArea">
@@ -94,12 +94,11 @@
                 </div>
             </div>
         </div>
-    </div>
-
-    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom'">
-       <div qpid-type="footer"></div>
+        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom', isLayoutContainer:true">
+            <div qpid-type="footer"></div>
+        </div>
     </div>
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>