[Rt-commit] [rtir] 06/08: Add generic class to TitleBox for homepage components

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 17:06:04 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 2762485d5292a9c6b4d78998049bc0235f50804c
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Mar 4 16:26:17 2014 -0500

    Add generic class to TitleBox for homepage components
    
    This relies on the new ticket-info-generic class being added
    to RT. It provides background color for the new rudder style.
---
 html/RTIR/Elements/DueIncidents | 1 +
 html/RTIR/Elements/NewReports   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/html/RTIR/Elements/DueIncidents b/html/RTIR/Elements/DueIncidents
index 3b25cc3..b833ded 100644
--- a/html/RTIR/Elements/DueIncidents
+++ b/html/RTIR/Elements/DueIncidents
@@ -53,6 +53,7 @@ Description => loc('Due Incidents')
 	title_class => 'inverse',
     title => $Title,
     bodyclass=> '',
+    class => 'ticket-info-generic',
 &>
 
 <& /RTIR/Search/Elements/ShowResults,
diff --git a/html/RTIR/Elements/NewReports b/html/RTIR/Elements/NewReports
index ae907a9..4ef1d26 100644
--- a/html/RTIR/Elements/NewReports
+++ b/html/RTIR/Elements/NewReports
@@ -52,6 +52,7 @@
     titleright      => loc("Bulk Reject"),
     titleright_href => RT->Config->Get('WebPath') ."/RTIR/Report/BulkReject.html?$BulkQS",
     bodyclass       => '',
+    class           => 'ticket-info-generic',
 &>
 
 <& /RTIR/Search/Elements/ShowResults,

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


More information about the rt-commit mailing list