MDL-18618 - browse feedbacks in a better way

This commit is contained in:
Andreas Grabs 2010-05-02 17:48:53 +00:00
parent a934bd23ff
commit 028e1e4f55
2 changed files with 4 additions and 4 deletions

View file

@ -138,6 +138,7 @@ if(!$showcompleted) {
if(is_array($feedbackcompleteds)) {
echo $OUTPUT->box_start('generalbox boxaligncenter boxwidthwide');
echo $OUTPUT->heading(get_string('anonymous_entries', 'feedback'), 3);
foreach($feedbackcompleteds as $compl) {
$data = array();