mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-18618 - browse feedbacks in a better way
This commit is contained in:
parent
a934bd23ff
commit
028e1e4f55
2 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue