]> git.mjollnir.org Git - moodle.git/commitdiff
improved help file - MDL-7073 fix
authorwildgirl <wildgirl>
Sat, 23 Jun 2007 10:25:03 +0000 (10:25 +0000)
committerwildgirl <wildgirl>
Sat, 23 Jun 2007 10:25:03 +0000 (10:25 +0000)
course/edit_form.php
lang/en_utf8/help/courseenrollable2.html [new file with mode: 0644]
lang/en_utf8/help/index.html

index eda1883137a79b7661cd662d34af75adbefb57f9..cdd6d9f3910de372519fdcecc62bb6171081dde7 100644 (file)
@@ -198,7 +198,7 @@ class course_edit_form extends moodleform {
         $radio[] = &MoodleQuickForm::createElement('radio', 'enrollable', null, get_string('yes'), 1);
         $radio[] = &MoodleQuickForm::createElement('radio', 'enrollable', null, get_string('enroldate'), 2);
         $mform->addGroup($radio, 'enrollable', get_string('enrollable'), ' ', false);
-        $mform->setHelpButton('enrollable', array('courseenrollable', get_string('enrollable')), true);
+        $mform->setHelpButton('enrollable', array('courseenrollable2', get_string('enrollable')), true);
         $mform->setDefault('enrollable', 1);
 
         $enroldatestartgrp = array();
diff --git a/lang/en_utf8/help/courseenrollable2.html b/lang/en_utf8/help/courseenrollable2.html
new file mode 100644 (file)
index 0000000..12d5381
--- /dev/null
@@ -0,0 +1,2 @@
+<p>This setting determines whether students are able to enrol themselves using the default interactive enrolment plugin (e.g. Internal enrolment) for the course, or whether they obtain the message "This course is not enrollable at the moment."</p>
+<p>This setting has no effect on non-interactive enrolment plugins (e.g. External database enrolment). Also, users can always be assigned the role of student via the Assign roles link in the course administration block.</p>
\ No newline at end of file
index 612fa99e880905709093e0cd7d19b5e7f12513db..6ac65905462114c5593a8f9ac2440f71bf21a6fd 100644 (file)
@@ -37,7 +37,7 @@
   <li><a href="help.php?file=coursereports.html">Activity Reports</a></li>
   <li><a href="help.php?file=courseavailability.html">Course availability</a></li>
   <li><a href="help.php?file=coursecategory.html">Course categories</a></li>
-  <li><a href="help.php?file=courseenrollable.html">Course enrollable</a></li>
+  <li><a href="help.php?file=courseenrollable2.html">Course enrollable</a></li>
   <li><a href="help.php?file=courseenrolmentplugins.html">Course enrolment plugins</a></li>
   <li><a href="help.php?file=courseformats.html">Course formats</a></li>
   <li><a href="help.php?file=coursefullname.html">Course fullname</a></li>