[Rt-commit] rtir branch, 3.2/new-logo, created. 3.2.0-14-g3b2b7e6

Jim Brandt jbrandt at bestpractical.com
Tue Apr 11 13:47:34 EDT 2017


The branch, 3.2/new-logo has been created
        at  3b2b7e6f668e029e0c784d55fa4efd333458521e (commit)

- Log -----------------------------------------------------------------
commit 3b2b7e6f668e029e0c784d55fa4efd333458521e
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 74bf7e2..1202729 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -202,6 +202,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
 t/000-mason-syntax.t
 t/001-basic-RTIR.t
diff --git a/html/Callbacks/RTIR/Elements/Header/Head b/html/Callbacks/RTIR/Elements/Header/Head
index 0e3d797..e825dc1 100644
--- a/html/Callbacks/RTIR/Elements/Header/Head
+++ b/html/Callbacks/RTIR/Elements/Header/Head
@@ -49,7 +49,7 @@
 return unless $m->request_comp->path =~ m{^/RTIR/};
 $ARGSRef->{URL} //= RT->Config->Get('WebPath') ."/RTIR/index.html";
 $ARGSRef->{Name} //= loc("RTIR for [_1]", 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";
 </%init>
 <%args>
 $ARGSRef
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