]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: moving remote enrolment config to admin/mnet
authormartinlanghoff <martinlanghoff>
Wed, 17 Jan 2007 23:49:04 +0000 (23:49 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 17 Jan 2007 23:49:04 +0000 (23:49 +0000)
admin/mnet/enr_course_enrol.html [moved from enrol/mnet/remote_enrolment.html with 100% similarity]
admin/mnet/enr_course_enrol.php [moved from enrol/mnet/remote_enrolment.php with 100% similarity]
admin/mnet/enr_courses.php [moved from enrol/mnet/remote_courses.php with 100% similarity]
admin/mnet/enr_hosts.php [moved from enrol/mnet/remote_hosts.php with 100% similarity]
admin/settings/mnet.php
enrol/mnet/config.html

index 380cfdfc9552d38683417074567f072e9253508b..535e0001b10eb78a0da1017e1e029511d0bb32e7 100644 (file)
@@ -6,5 +6,6 @@ $ADMIN->add('mnet', new admin_externalpage('net', get_string('settings', 'mnet')
 $ADMIN->add('mnet', new admin_externalpage('ssoaccesscontrol', get_string('ssoaccesscontrol', 'mnet'), $CFG->wwwroot . '/admin/mnet/access_control.php', 'moodle/site:config'));
 
 $ADMIN->add('mnet', new admin_externalpage('mnetpeers', get_string('mnetpeers', 'mnet'), $CFG->wwwroot . '/admin/mnet/peers.php', 'moodle/site:config'));
+$ADMIN->add('mnet', new admin_externalpage('mnetenrol', get_string('mnetenrol', 'mnet'), $CFG->wwwroot . '/admin/mnet/enr_hosts.php', 'moodle/site:config'));
 $ADMIN->add('mnet', new admin_externalpage('trustedhosts', get_string('trustedhosts', 'mnet'), $CFG->wwwroot . '/admin/mnet/trustedhosts.php', 'moodle/site:config'));
 ?>
index 186603bb0e37da4e44fbc1d42fa8d01514a54306..d939e5f8c65f9b0147438852bea84d757bd24dd5 100644 (file)
@@ -11,17 +11,6 @@ if (is_array($mnethosts)) {
 ?>
 <table cellspacing="0" cellpadding="5" border="0" align="center">
 
-<tr valign="top">
-    <th align="center" colspan="3">Remote Servers:</th>
-</tr>
-<tr valign="top">
-    <td align="left" colspan="3">
-    <a href="<?php echo $CFG->wwwroot .'/enrol/mnet/remote_hosts.php?sesskey=' . sesskey(); ?>" >Manage Moodle Network Enrolments.</a><br/>
-    Servers configured: <?php echo $servercount; ?>
-
-    </td>
-</tr>
-
 <tr valign="top">
     <th align="center" colspan="3">Local courses for external users:</th>
 </tr>