Merge branch 'MDL-46477' of https://github.com/shashirepo/moodle
This commit is contained in:
@@ -115,9 +115,8 @@ foreach ($chatusers as $chatuser) {
|
||||
|
||||
ob_start();
|
||||
echo $OUTPUT->header();
|
||||
// TODO MDL-46477 localize the following string.
|
||||
echo html_writer::tag('div', html_writer::tag('a', 'Refresh link', array('href' => $refreshurl, 'id' => 'refreshLink')),
|
||||
array('style' => 'display:none'));
|
||||
echo html_writer::tag('div', html_writer::tag('a', get_string('refresh'),
|
||||
array('href' => $refreshurl, 'id' => 'refreshLink')), array('style' => 'display:none'));
|
||||
echo html_writer::table($table);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user