You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/02/18 12:50:16 UTC

[qpid-broker-j] branch master updated: NO-JIRA: [Broker-J][WMC] Change copyright year and fix copyright layout

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/master by this push:
     new 609b613  NO-JIRA: [Broker-J][WMC] Change copyright year and fix copyright layout
609b613 is described below

commit 609b613f0744bdd4aea9f7b9b14a7a5901ca3621
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Feb 18 12:35:03 2019 +0000

    NO-JIRA: [Broker-J][WMC] Change copyright year and fix copyright layout
---
 .../management-http/src/main/java/resources/footer.html     |  2 +-
 .../management-http/src/main/java/resources/index.html      |  3 ++-
 .../management-http/src/main/java/resources/logout.html     | 13 ++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org