[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-565-g346e647

Thomas Sibley trs at bestpractical.com
Wed Aug 25 09:57:36 EDT 2010


The branch, 3.9-trunk has been updated
       via  346e64758ad6ef379ecefecc8d81519a8168f7ab (commit)
       via  fc88ddd1cae3f5138b9b3ac69b3bbf596b15f742 (commit)
       via  b0ec8b3d8e7c113c32a6c805df30b9d0478c38ef (commit)
      from  ce4a4bd86c9aeaa0ee1cc830bd36a8cf8e097b74 (commit)

Summary of changes:
 etc/RT_Config.pm.in                        |    6 +++---
 share/html/Dashboards/Render.html          |    8 +++-----
 share/html/NoAuth/css/3.5-default/logo.css |    1 +
 share/html/NoAuth/css/web2/layout.css      |   24 +++++++++++++-----------
 share/html/NoAuth/images/bplogo.gif        |  Bin 755 -> 0 bytes
 share/html/NoAuth/images/bpslogo.png       |  Bin 0 -> 3929 bytes
 6 files changed, 20 insertions(+), 19 deletions(-)
 delete mode 100755 share/html/NoAuth/images/bplogo.gif
 create mode 100644 share/html/NoAuth/images/bpslogo.png

- Log -----------------------------------------------------------------
commit b0ec8b3d8e7c113c32a6c805df30b9d0478c38ef
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Aug 25 09:29:54 2010 -0400

    Fix duplicate closing tags and match an expected open tag

diff --git a/share/html/Dashboards/Render.html b/share/html/Dashboards/Render.html
index c07a0ea..1347fc8 100644
--- a/share/html/Dashboards/Render.html
+++ b/share/html/Dashboards/Render.html
@@ -84,11 +84,9 @@
 
 % $m->callback(CallbackName => 'AfterTable', Dashboard => $DashboardObj, show_cb => $show_cb);
 
-</td>
-
-
-</tr>
-</table>
+%# Matches the closing div in /Elements/Footer that it expects
+%# from PageLayout (which we don't use here)
+<div>
 
 <%INIT>
 

commit fc88ddd1cae3f5138b9b3ac69b3bbf596b15f742
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Aug 25 09:58:04 2010 -0400

    Update our logo

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 473b3b1..2f0bd46 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -976,7 +976,7 @@ C<$LogoURL> points to the URL of the RT logo displayed in the web UI
 
 =cut
 
-Set($LogoURL, RT->Config->Get('WebImagesURL') . "bplogo.gif");
+Set($LogoURL, RT->Config->Get('WebImagesURL') . "bpslogo.png");
 
 =item C<$LogoLinkURL>
 
@@ -1002,7 +1002,7 @@ C<img> tag.
 
 =cut
 
-Set($LogoImageHeight, 33);
+Set($LogoImageHeight, 38);
 
 =item C<$LogoImageWidth>
 
@@ -1011,7 +1011,7 @@ C<img> tag.
 
 =cut
 
-Set($LogoImageWidth, 177);
+Set($LogoImageWidth, 181);
 
 =item C<$WebNoAuthRegex>
 
diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index 2fbeca6..0c61de4 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -159,9 +159,9 @@ display: none ;
 
 div#footer #bpscredits {
  text-align: right;
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right;
  padding-top: 4em;
-} 
+}
 
 
 /* logo stuff */
diff --git a/share/html/NoAuth/images/bplogo.gif b/share/html/NoAuth/images/bplogo.gif
deleted file mode 100755
index 1bb0adf..0000000
Binary files a/share/html/NoAuth/images/bplogo.gif and /dev/null differ
diff --git a/share/html/NoAuth/images/bpslogo.png b/share/html/NoAuth/images/bpslogo.png
new file mode 100644
index 0000000..8a87374
Binary files /dev/null and b/share/html/NoAuth/images/bpslogo.png differ

commit 346e64758ad6ef379ecefecc8d81519a8168f7ab
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Aug 25 09:59:43 2010 -0400

    Add the logo back to the 3.8 (web2) theme

diff --git a/share/html/NoAuth/css/3.5-default/logo.css b/share/html/NoAuth/css/3.5-default/logo.css
index 28c8091..a763794 100644
--- a/share/html/NoAuth/css/3.5-default/logo.css
+++ b/share/html/NoAuth/css/3.5-default/logo.css
@@ -56,5 +56,6 @@
 #logo .rtname {
     text-align: center;
     font-weight: bold;
+    display: block;
 }
 
diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index 0c61de4..c2daca9 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -166,24 +166,26 @@ div#footer #bpscredits {
 
 /* logo stuff */
 
-div#logo {
-}
-
-
 div#logo a {
-     display: none;
     position: absolute;
-    left: 0;
-    bottom: 0;
+    left: 2px;
+    top: 0;
+    height: 2.3em;
 }
+
 div#logo a img {
     border: 0;
+    height: 100% !important;
+    width: auto !important;
 }
+
 div#logo .rtname {
     position: absolute;
     font-weight: bold;
-    top: 1em;
-    left: 1em;
+    top: 0.5em;
+    left: 30%;
+    right: 30%;
+    text-align: center;
 }
 
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list