[Rt-commit] [rtir] 01/02: Remove unused styles from RTIR homepage components

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 967c7b63e1e325d86f86bcda131c023aa816bb47
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jun 4 17:36:17 2014 -0400

    Remove unused styles from RTIR homepage components
    
    This allows RTIR homepage components to have the "blue text on white
    background" look of other homepage components from core, such as Refresh
    and Quick Search which show up on the right side of the RTIR homepage.
---
 html/RTIR/Elements/DueIncidents | 3 ---
 html/RTIR/Elements/NewReports   | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/html/RTIR/Elements/DueIncidents b/html/RTIR/Elements/DueIncidents
index b833ded..609fce6 100644
--- a/html/RTIR/Elements/DueIncidents
+++ b/html/RTIR/Elements/DueIncidents
@@ -50,10 +50,7 @@ Description => loc('Due Incidents')
 </%ATTR>
 <&| /Widgets/TitleBox,
 	title_href  => RT->Config->Get('WebPath') ."/RTIR/Search/Results.html?Queue=Incidents&$QueryString",
-	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 4ef1d26..2b06132 100644
--- a/html/RTIR/Elements/NewReports
+++ b/html/RTIR/Elements/NewReports
@@ -47,12 +47,9 @@
 %# END BPS TAGGED BLOCK }}}
 <&| /Widgets/TitleBox, 
     title_href      => RT->Config->Get('WebPath') ."/RTIR/Search/Results.html?$QueryString",
-    title_class     => 'inverse',
     title           => $title,
     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