|
If you are looking
to customize the fields that are
available on the issue screens, please see the full field
documentation on how to do so. This section is divided
in two parts: default fields and custom fields.
All string customizations are done through
the Customize Strings page available
from the Admin Menu page. This allows
you to change terms or language strings that are shown
in the system. If you are trying to change a default field,
you may have to change a second string starting with sColumnFIELDNAME
to get it to work properly.
Adding a custom css file to the installation
directory allows you to change the color and layout of
the screens. Simply make a copy of the current main.css
(for example, http://localhost:10000/main.css ) and manipulate
it as you wish. There is a second example called grey.css
included with every system. After a new css file is created,
you will have to restart your system.
If you have purchased Fast IssueTrack,
you are free to customize the logo at the top left of
the screen. The logo is configurable by changing the following
three strings.
- rLogo - controls
the url for the image that is displayed. You can copy
a custom image to your installation directory and reference
it by changing this to the image name. Alternatively,
you can reference a url.
- rLogoHref -
controls the link address that is used if the icon is
clicked.
- rLogoAlt -
controls the pop up string that is shown when the mouse
is over the icon.
|