[Rt-commit] [rtir] 02/07: Cut 'rtir for' out of the top bar. We don't have the room.

Jesse Vincent jesse at bestpractical.com
Mon Mar 16 04:38:36 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 95bb23c30aac2a36aa01595127e4935b52757c20
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Mar 16 01:35:33 2015 -0700

    Cut 'rtir for' out of the top bar. We don't have the room.
---
 html/Callbacks/RTIR/Elements/Header/Head | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/Header/Head b/html/Callbacks/RTIR/Elements/Header/Head
index 242ee36..88cca05 100644
--- a/html/Callbacks/RTIR/Elements/Header/Head
+++ b/html/Callbacks/RTIR/Elements/Header/Head
@@ -48,7 +48,7 @@
 <%init>
 return unless $m->request_comp->path =~ m{^/RTIR/};
 $ARGSRef->{URL} //= RT::IR->HREFTo("index.html");
-$ARGSRef->{Name} //= loc("RTIR for [_1]", RT->Config->Get('rtirname'));
+$ARGSRef->{Name} //=  RT->Config->Get('rtirname');
 $ARGSRef->{LogoURL} //= RT->Config->Get('WebPath')."/static/images/RTIR/logo.png";
 push @{$ARGSRef->{BodyClass}},  'rtir';
 </%init>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list