[Rt-commit] [rtir] 04/05: Add inverse class to properly render tab titleboxes
Jim Brandt
jbrandt at bestpractical.com
Mon Mar 10 16:55:16 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/move-static-files
in repository rtir.
commit 444eb2c1b6670492928594feb7bfa81c6ee5537f
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