mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
mnet: hide direct link to logs for now...
This commit is contained in:
parent
20003335ce
commit
2d60ff6d58
@ -33,7 +33,7 @@
|
||||
. '<th class="header c0"> '.get_string('host', 'mnet').' </th>'
|
||||
. '<th class="header c1"> '.get_string('enrolments', 'mnet').' </th>'
|
||||
. '<th class="header c2"> '.get_string('courses', 'mnet').' </th>'
|
||||
. '<th class="header c3"> </th>'
|
||||
// . '<th class="header c3"> </th>'
|
||||
. '</tr>');
|
||||
$hosts = $enrolment->list_remote_servers();
|
||||
foreach ($hosts as $host) {
|
||||
@ -47,8 +47,10 @@
|
||||
print ('<tr>'
|
||||
. "<td><a href=\"{$coursesurl}\">{$host->name}</a></td>"
|
||||
. "<td align=\"center\" >$enrolcount</td>"
|
||||
. "<td align=\"center\" ><a href=\"{$coursesurl}\">$coursecount - ".get_string('editenrolments', 'mnet')."</a></td>"
|
||||
. '<td align="center" > <a href="">'.get_string('logs', 'mnet').'</a> </td>'
|
||||
. "<td align=\"center\" >$coursecount - <a href=\"{$coursesurl}\">".get_string('editenrolments', 'mnet')."</a></td>"
|
||||
// TODO: teach report/log/index.php to show per-host-logs
|
||||
// . '<td align="center" ><a href="{$CFG->wwwroot}/admin/report/log/index.php?course_host={$host->id}">'
|
||||
// . get_string('logs', 'mnet').'</a> </td>'
|
||||
. '</tr>');
|
||||
}
|
||||
print ('</table>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user