[rt-users] Using Configuration - Theme

Kevin Falcone falcone at bestpractical.com
Thu Mar 7 20:05:57 EST 2013


On Fri, Mar 08, 2013 at 12:16:48AM +0100, Maciej Dobrzanski wrote:
> For larger customizations or if you wish to use version control, you may use
> a callback instead. To do this, create
> RT4/local/html/Callbacks/MyCallbacks/NoAuth/css/aileron/main.css/End with
> just one line:
> 
> @import "customizations.css";
> 
> Then create RT4/local/html/NoAuth/css/aileron/customizations.css and put
> into this file any styles that you want to add or modify.

If your styles are theme independent you can also avoid the callback
and just use configuration.

Set(@CSSFiles, qw/customizations.css/);
put your file in local/html/NoAuth/css/customizations.css

More documentation here
http://bestpractical.com/rt/docs/latest/customizing/styling_rt.html

-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 235 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130307/07f343c1/attachment.sig>


More information about the rt-users mailing list