[Rt-commit] rtir branch, 4.0-trunk, updated. 4.0.0-39-gf2c2d9d

Shawn Moore shawn at bestpractical.com
Mon May 15 15:17:29 EDT 2017


The branch, 4.0-trunk has been updated
       via  f2c2d9de0ac610afc4e17f1f4e204613afb2b429 (commit)
      from  a6bf40de224778e58a258583ba4ea761b373156a (commit)

Summary of changes:
 MANIFEST                                 |   1 +
 html/Callbacks/RTIR/Elements/Header/Head |   2 +-
 static/images/RTIR/rtir-logo.png         | Bin 0 -> 27475 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 static/images/RTIR/rtir-logo.png

- Log -----------------------------------------------------------------
commit f2c2d9de0ac610afc4e17f1f4e204613afb2b429
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Apr 11 13:47:20 2017 -0400

    Add new RTIR logo

diff --git a/MANIFEST b/MANIFEST
index 09ee620..946d57b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -214,6 +214,7 @@ po/rtir.pot
 README
 static/css/rtir-styles.css
 static/images/RTIR/logo.png
+static/images/RTIR/rtir-logo.png
 static/js/jquery.uncheckable-radio-0.1.js
 static/js/rtir.js
 t/000-mason-syntax.t
diff --git a/html/Callbacks/RTIR/Elements/Header/Head b/html/Callbacks/RTIR/Elements/Header/Head
index 877c2d1..09b5e8f 100644
--- a/html/Callbacks/RTIR/Elements/Header/Head
+++ b/html/Callbacks/RTIR/Elements/Header/Head
@@ -49,7 +49,7 @@
 if ($m->request_comp->path =~ m{^/RTIR/}) {
     $ARGSRef->{URL} //= RT::IR->HREFTo("index.html");
     $ARGSRef->{Name} //=  RT->Config->Get('rtirname');
-    $ARGSRef->{LogoURL} //= RT->Config->Get('WebPath')."/static/images/RTIR/logo.png";
+    $ARGSRef->{LogoURL} //= RT->Config->Get('WebPath')."/static/images/RTIR/rtir-logo.png";
     push @{$ARGSRef->{BodyClass}},  'rtir';
 }
 # add rtir body class if it's a ticket timer for an RTIR ticket
diff --git a/static/images/RTIR/rtir-logo.png b/static/images/RTIR/rtir-logo.png
new file mode 100644
index 0000000..85c8bd7
Binary files /dev/null and b/static/images/RTIR/rtir-logo.png differ

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


More information about the rt-commit mailing list