echo $lang["BugsDetail"] ?>
What do you see here
- echo $lang["BugCreator"] ?>
The name of the original bug creator
- echo $lang["BugAssignedTo"] ." / ". $lang["BugSolvedBy"]?>
The name of the user rsponsible for solving the bug
- echo $lang["ProductP"] ?>
The buggy project product or installation
- echo $lang["BugState"] ?>
The current state of the bug.
Possible states are:
@reset($lang['BugStates']);
while ( list ($i,$f) = @each ($lang['BugStates']) ) {
echo "- ". $f;
}
?>
- echo $lang["BugClass"] ?>
TUTOS knows about these different classes:
@reset($lang['BugClasses']);
while ( list ($i,$f) = @each ($lang['BugClasses']) ) {
echo "- ". $f;
}
?>
- echo $lang["BugShort"] ?>
a short description of the bug.
- echo $lang["BugHistory"] ?>
a protocoll of what happend with this bug.
What you can do here
- Add a echo makelink("help.php?p=glossary#note",$lang["Note"],$lang["Note"]) ?>