Making 3.6 look like 3.4

Is there an easy way? I prefer the old color scheme.

Tom Vier tom@triadsys.com
Sysadmin - Support Technician
Triad Systems Engineering, Inc.

Is there an easy way? I prefer the old color scheme.

Edit RT_SiteConfig.pm:

This value actually specifies a directory in share/html/NoAuth/css/

from which RT will try to load the file main.css (which should

@import any other files the stylesheet needs). This allows you to

easily and cleanly create your own stylesheets to apply to RT.

Set($WebDefaultStylesheet, ‘3.5-default’);

Is there an easy way? I prefer the old color scheme.

In your RT config:

Set($WebDefaultStylesheet, ‘3.4-compat’);

Emmanuel Lacour ------------------------------------ Easter-eggs
44-46 rue de l’Ouest - 75014 Paris - France - M�tro Gait�
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 41 35 00 76
mailto:elacour@easter-eggs.com - http://www.easter-eggs.com

Thanks, that’s what i was looking for. Doesn’t render the same as the
old version, tho. I guess there charges elsewhere that effect the html
output.

Tom Vier tom@triadsys.com
Sysadmin - Support Technician
Triad Systems Engineering, Inc.

Emmanuel Lacour wrote:> On Thu, Jan 31, 2008 at 11:37:17AM -0500, Tom Vier wrote:

Is there an easy way? I prefer the old color scheme.

In your RT config:

Set($WebDefaultStylesheet, ‘3.4-compat’);