[Rt-commit] [rtir] 06/07: Add generic class to TitleBox for homepage components
Jim Brandt
jbrandt at bestpractical.com
Wed Mar 26 16:21:44 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/rtir-homepage-updates
in repository rtir.
commit f4cf091b028a2abf47255e1ef260857b929b23f7
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