1.8 * @date 02/12/2007 * * HTML form * Print Bug Description */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from view.php in mod/tracker } ?>
: |
ticketprefix.$issueid; ?> | : | status] ?> | ||||||||||||
: | reporter->id, $COURSE->id, !empty($issue->reporter->image)); echo fullname($issue->reporter); ?> | : | datereported); ?> | ||||||||||||
: | owner){ print_string('unassigned', 'tracker'); } else{ print_user_picture ($issue->owner->id, $COURSE->id, !empty($issue->owner->image)); echo fullname($issue->owner); } ?> | : | |||||||||||||
: | summary); ?> | ||||||||||||||
: | description); ?> | ";
echo "";
echo format_string($elementsused[$key]->description);
echo ": "; echo " | ";
echo ""; echo $elementsused[$key]->view(false, $issue->id); echo " | "; echo ""; $i++; } } } if (!empty($issue->resolution)){ ?>||||||||||||
: | resolution, $issue->resolutionformat); ?> | ||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|