From e4269baa7ee4e8beb05214fb59c6a81a61b249cf Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Mon, 9 Oct 2006 01:30:27 +0000 Subject: Bug 351486: Documentation for the new "skins" feature Patch by Colin Ogilvie ; r=wurblzap --- docs/xml/customization.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 4a832c614..20924f5f5 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -2,6 +2,42 @@ Customising Bugzilla +
+ Custom Skins + + + Bugzilla allows you to have multiple skins. These are custom CSS and possibly + also custom images for Bugzilla. To create a new custom skin, you have two + choices: + + + + Make a single CSS file, and put it in the + skins/contrib directory. + + + + + Make a directory that contains all the same CSS file + names as skins/standard/, and put + your directory in skins/contrib/. + + + + + + + After you put the file or the directory there, make sure to run checksetup.pl + so that it can reset the file permissions correctly. + + + After you have installed the new skin, it will show up as an option in the + user's General Preferences. If you would like to force a particular skin on all + users, just select it in the Default Preferences and then uncheck "Enabled" on + the preference. + +
+
Template Customization -- cgit v1.2.3-24-g4f1b