[Rt-commit] [rtir] 02/02: Apply 'inverse' to the Lookup tabs

Kevin Falcone falcone at bestpractical.com
Wed Jun 4 18:00:52 EDT 2014


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

falcone pushed a commit to branch 3.2/styling
in repository rtir.

commit 162a7763504e0685eb888895d1eacaec781d3984
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jun 4 17:41:28 2014 -0400

    Apply 'inverse' to the Lookup tabs
    
    'inverse' is an unfortunate name.  I'm sure at some point, it meant
    "having a position or mode of attachment the reverse of that which is
    usual" [1913 Webster] but these days it actually means "Look like
    one of the core portlets that might show up on a Ticket/ page, but
    without copying one of their class names or running around copying all
    the relevant styles into our own custom piece of CSS".
---
 html/RTIR/Tools/Elements/LookupSummary | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/RTIR/Tools/Elements/LookupSummary b/html/RTIR/Tools/Elements/LookupSummary
index f3fa3f7..c5f3b4e 100644
--- a/html/RTIR/Tools/Elements/LookupSummary
+++ b/html/RTIR/Tools/Elements/LookupSummary
@@ -49,6 +49,7 @@
     title => loc($Queue) .': '. $q,
     class => 'tickets-list-'. lc RT::IR::TicketType( Queue => $Queue ),
     titleright_raw => $box_actions,
+    title_class => 'inverse',
 &>
 % if ( $lookup_cf_not_applies ) {
 <i><% loc("Custom field '[_1]' doesn't applies to this queue", loc($LookupType) ) %></i>

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


More information about the rt-commit mailing list