| The names of the other fields
may be changed for your own purpose by using the customize
strings functionality. Navigate to the Administration
Menu page and click the Customize Strings
link (listed under Advanced). Almost all
of the strings within Fast IssueTrack appear here. You
will see three columns, the first contains an Edit
link (and might contain a second Reset
link if a string has been changed). The second column
contains the tag name. These are the tags used within
Fast IssueTrack's templates. The third column contains
the current value of the tag. All of the field names have
the tag's Column<FieldName>, where
FieldName is the name of the field. In
our example above, we would click the Edit
link next to sColumnEnvironment. Enter
a new string in the textfield present and click Submit.
The change will take place immediately, even for users
that are currently logged in.
Special strings include sHead, sFoot,
and sBottom. These strings appear on
every page. The sHead tag appears in
the <HEAD> section of an html template.
The sBottom tag appears below the html
for the menu, and above everything else on a template.
The sFoot tag appears at the bottom of
an html page, and could be used to close any tags opened
in the sBottom tag. |