[Rt-devel] RT 3.8.x different Web Stylesheets

Agnislav Onufrijchuk Agnislav.Onufrijchuk at portaone.com
Wed Apr 7 06:21:42 EDT 2010


Brumm, Torsten / Kuehne + Nagel / Ham MI-ID wrote:
> 
> Any hints or suggestions?
> 
We've done this the following way:

~rt/local/lib/RT/Config_Local.pm:

our %META;
$META{'WebDefaultStylesheet'} =
     {
         Section         => 'General',                #loc
         Overridable     => 0,
         SortOrder       => 3,
         Widget          => '/Widgets/Form/Select',
         WidgetArguments => {
             Description => 'Theme',                  #loc
             Values => [qw(porta)],
         },
     };

~rt/etc/RT_SiteConfig.pm:

Set($WebDefaultStylesheet, 'porta');


But the way you've offered (themes list is set via RT_SiteConfig.pm) sounds better.

-- 
Agnislav Onufrijchuk
PortaOne, Inc., RT Developer
Tel: +1-866-SIP VOIP (+1 866 747 8647) ext. 7670

   PortaOne Booth 812 @ ITW 2010
   International Telecommunication Week
   Marriott Wardman Park Hotel
   Washington, DC - May 24-26


More information about the rt-devel mailing list