[Rt-commit] [rtir] 04/09: Add inverse class to properly render tab titleboxes
Kevin Falcone
falcone at bestpractical.com
Fri Mar 28 16:58:19 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch master
in repository rtir.
commit d21e9282401ac8916115da8e9e64605d347ea9e2
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 10 10:14:52 2014 -0400
Add inverse class to properly render tab titleboxes
---
html/RTIR/Incident/Elements/ShowChildren | 1 +
1 file changed, 1 insertion(+)
diff --git a/html/RTIR/Incident/Elements/ShowChildren b/html/RTIR/Incident/Elements/ShowChildren
index beee72a..bfa9bdc 100644
--- a/html/RTIR/Incident/Elements/ShowChildren
+++ b/html/RTIR/Incident/Elements/ShowChildren
@@ -49,6 +49,7 @@
title => loc( $Queue ),
title_href => RT->Config->Get('WebPath') ."/RTIR/Incident/Children/?Queue=". $EscapedQueue ."&id=".$id,
titleright_raw => $box_actions,
+ title_class => 'inverse',
class => 'tickets-list-'. lc(RT::IR::TicketType( Queue => $Queue )),
&>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list