[Rt-commit] rt branch, 4.2/add-rudder-to-styling, created. rt-4.1.19-99-ga2e4e7f
Kevin Falcone
falcone at bestpractical.com
Wed Sep 4 17:08:52 EDT 2013
The branch, 4.2/add-rudder-to-styling has been created
at a2e4e7ff2909231b5aece1e95fae8381ce9d188e (commit)
- Log -----------------------------------------------------------------
commit a2e4e7ff2909231b5aece1e95fae8381ce9d188e
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Sep 4 17:08:20 2013 -0400
Add rudder to the theme list in styling_rt.pod
Also suggest that theme designers copy from rudder not aileron.
diff --git a/docs/customizing/styling_rt.pod b/docs/customizing/styling_rt.pod
index 1372fc2..2da83ff 100644
--- a/docs/customizing/styling_rt.pod
+++ b/docs/customizing/styling_rt.pod
@@ -12,18 +12,22 @@ RT versions have a default, and the RT admin can set the system-wide
theme with the C<$WebDefaultStylesheet> configuration value in the
F<RT_SiteConfig.pm> file.
-RT 4.0 comes with the following themes:
+RT comes with the following themes:
=over
-=item web2
+=item rudder
-An approximation of the 3.8 style
+The default layout for RT 4.2
=item aileron
The default layout for RT 4.0
+=item web2
+
+An approximation of the 3.8 style
+
=item ballard
Theme which doesn't rely on JavaScript for menuing
@@ -115,10 +119,10 @@ C</opt/rt4> directory (or wherever your RT is installed) to get
started:
$ mkdir -p local/static/css/localstyle
- $ cp -R share/static/css/aileron/* local/static/css/localstyle/
+ $ cp -R share/static/css/rudder/* local/static/css/localstyle/
You can call your "localstyle" directory whatever you want and you don't
-have to copy the aileron theme to start from, but it's a good place to
+have to copy the rudder theme to start from, but it's a good place to
start off for RT4.
Now set C<$WebDefaultStylesheet> in RT_SiteConfig.pm to the new directory
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list