[Rt-commit] [rtir] 04/06: Add inverse class to properly render tab titleboxes

Jim Brandt jbrandt at bestpractical.com
Fri Mar 28 14:04:36 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 0c5f23dac4de3f0dd6032de27558753f2fe566b1
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