mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32624 - initialbars disappears
This commit is contained in:
parent
93fb7b528b
commit
36e673a766
1 changed files with 1 additions and 3 deletions
|
@ -214,9 +214,7 @@ if ($do_show == 'showentries') {
|
|||
echo '<div class="clearer"></div>';
|
||||
echo $OUTPUT->box_start('mdl-align');
|
||||
if (!$students) {
|
||||
if ($courseid != SITEID) {
|
||||
echo $OUTPUT->notification(get_string('noexistingparticipants', 'enrol'));
|
||||
}
|
||||
$table->print_html();
|
||||
} else {
|
||||
echo print_string('non_anonymous_entries', 'feedback');
|
||||
echo ' ('.count($students).')<hr />';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue