[rt-users] Left side navigation bar
Jason A. Diegmueller
doogles at doogles.com
Fri Mar 2 20:20:30 EST 2007
On Fri, 2 Mar 2007, Dalal, Kamber Z (Kamber) wrote:
> In RT 3.6.3, the navigation bar is on top, how can it be set on the left
> side?
Check out RT_Config:
# 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');
-jd
More information about the rt-users
mailing list