[rt-users] Hello, first post and question.

Joe Casadonte joe.casadonte at oracle.com
Wed Mar 7 08:13:52 EST 2007


On 3/6/2007 4:50 PM, Oscar Gonzalez wrote:

> We have a different production install of RT that works great and it 
> looks good. This is running version - 3.4.1.
> The one I'm having problems is running 3.6.3.

The layout of 3.6.3 is vastly different from 3.4.1, but you can get it 
looking close to 3.4.1 by setting WebDefaultStlyesheet:

# This determines the default stylesheet the RT web interface will use.
# RT ships with two valid values by default:
#
#   3.5-default     The totally new, default layout for RT 3.5
#   3.4-compat      A 3.4 compatibility stylesheet to make RT 3.5 look
#                   (mostly) like 3.4
#
# 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');


-- 
Regards,


joe
Joe Casadonte
joe.casadonte at oracle.com

==========                                                  ==========
== The statements and opinions expressed here are my own and do not ==
== necessarily represent those of Oracle Corporation.               ==
==========                                                  ==========



More information about the rt-users mailing list