[Rt-commit] r3490 - in rt/branches/3.5-TESTING: . etc
trs at bestpractical.com
trs at bestpractical.com
Sun Jul 17 19:22:37 EDT 2005
Author: trs
Date: Sun Jul 17 19:22:37 2005
New Revision: 3490
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/etc/RT_Config.pm.in
Log:
r5163 at wintermute: tom | 2005-07-17 14:34:21 -0400
New config option for the default stylesheet to use
Modified: rt/branches/3.5-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.5-TESTING/etc/RT_Config.pm.in (original)
+++ rt/branches/3.5-TESTING/etc/RT_Config.pm.in Sun Jul 17 19:22:37 2005
@@ -286,6 +286,20 @@
# {{{ Web interface configuration
+# 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');
+
# Define the directory name to be used for images in rt web
# documents.
More information about the Rt-commit
mailing list