diff options
author | mozilla%colinogilvie.co.uk <> | 2006-10-09 03:30:27 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2006-10-09 03:30:27 +0200 |
commit | e4269baa7ee4e8beb05214fb59c6a81a61b249cf (patch) | |
tree | 4ebab85d2e4d25f8f020d8e286341ce22325777a /docs | |
parent | 811966be3bbc72b591da459170e77511043419ff (diff) | |
download | bugzilla-e4269baa7ee4e8beb05214fb59c6a81a61b249cf.tar.gz bugzilla-e4269baa7ee4e8beb05214fb59c6a81a61b249cf.tar.xz |
Bug 351486: Documentation for the new "skins" feature
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wurblzap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/customization.xml | 36 |
1 files changed, 36 insertions, 0 deletions
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 @@ <chapter id="customization"> <title>Customising Bugzilla</title> + <section id="cust-skins"> + <title>Custom Skins</title> + + <para> + 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: + <itemizedlist> + <listitem> + <para> + Make a single CSS file, and put it in the + <filename>skins/contrib</filename> directory. + </para> + </listitem> + <listitem> + <para> + Make a directory that contains all the same CSS file + names as <filename>skins/standard/</filename>, and put + your directory in <filename>skins/contrib/</filename>. + </para> + </listitem> + </itemizedlist> + </para> + + <para> + After you put the file or the directory there, make sure to run checksetup.pl + so that it can reset the file permissions correctly. + </para> + <para> + 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. + </para> + </section> + <section id="cust-templates"> <title>Template Customization</title> |