[Rt-commit] rt branch, 4.2/new-logos, created. rt-4.2.13-121-g47a17c4
Jim Brandt
jbrandt at bestpractical.com
Tue Apr 11 11:31:53 EDT 2017
The branch, 4.2/new-logos has been created
at 47a17c46152387908919b428928ea274faf0a6c7 (commit)
- Log -----------------------------------------------------------------
commit 0ac06855945515bdf7e3facb0257e85b8175cd29
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Apr 11 11:30:46 2017 -0400
Add new Request Tracker logo
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index b301e4a..7a220ef 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1123,7 +1123,7 @@ This can also be configured via the web UI.
=cut
-Set($LogoURL, RT->Config->Get('WebImagesURL') . "bpslogo.png");
+Set($LogoURL, RT->Config->Get('WebImagesURL') . "request-tracker-logo.png");
=item C<$LogoLinkURL>
diff --git a/share/html/Elements/Logo b/share/html/Elements/Logo
index 18f9547..4c5cd51 100644
--- a/share/html/Elements/Logo
+++ b/share/html/Elements/Logo
@@ -77,7 +77,7 @@ if ($user_logo) {
if ($OnlyCustom
and not $user_logo
- and ($ARGS{LogoURL}||RT->Config->Get('LogoURL')) =~ /bpslogo\.png$/)
+ and ($ARGS{LogoURL}||RT->Config->Get('LogoURL')) =~ /request-tracker-logo\.png$/)
{
return;
}
diff --git a/share/static/images/request-tracker-logo.png b/share/static/images/request-tracker-logo.png
new file mode 100644
index 0000000..b3cd021
Binary files /dev/null and b/share/static/images/request-tracker-logo.png differ
commit 47a17c46152387908919b428928ea274faf0a6c7
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Apr 11 11:31:25 2017 -0400
Update alt and title to reflect logo change
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 7a220ef..bbebf67 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1140,7 +1140,7 @@ will be passed through C<loc> for localization.
=cut
-Set($LogoAltText, "Best Practical Solutions, LLC corporate logo");
+Set($LogoAltText, "Request Tracker logo");
=item C<$WebNoAuthRegex>
diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
index af4adf1..c54a5bf 100644
--- a/share/html/Elements/Footer
+++ b/share/html/Elements/Footer
@@ -49,7 +49,7 @@
<hr class="clear" />
</div>
% $m->callback( %ARGS );
-<div id="footer">
+<div id="footer" title="Best Practical Solutions, LLC, copyright and logo">
% if ($m->{'rt_base_time'}) {
<p id="time"><span><&|/l&>Time to display</&>: <%Time::HiRes::tv_interval( $m->{'rt_base_time'} )%></span></p>
%}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list