]> git.mjollnir.org Git - moodle.git/commitdiff
[multienrol]Wrote some breif notices for the new enrolment configuration panel
authormartinlanghoff <martinlanghoff>
Thu, 9 Mar 2006 03:00:48 +0000 (03:00 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 9 Mar 2006 03:00:48 +0000 (03:00 +0000)
admin/enrol.php
lang/en_utf8/admin.php

index 6d97c63e8466588c54e36b94e8a696b675a14377..daf84137e08259a66b295026b8b0cf08cf80036d 100644 (file)
@@ -55,7 +55,7 @@
     }
     asort($options);
 
-    print_simple_box("blah", 'center', '700');
+    print_simple_box(get_string('configenrolmentplugins', 'admin'), 'center', '700');
 
     echo "<form target=\"{$CFG->framename}\" name=\"enrolmenu\" method=\"post\" action=\"enrol.php\">";
     echo "<input type=\"hidden\" name=\"sesskey\" value=\"".$USER->sesskey."\">";
index 698b368da4b0ae2efb3567063961f4c8f3883a8e..ea01768f13904f4cb83b0af28e5af6bc2a5b3769 100644 (file)
@@ -44,6 +44,7 @@ $string['configenablecourserequests'] = 'This will allow any user to request a c
 $string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site.  To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
 $string['configenablerssfeedsdisabled'] = ' It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';
 $string['configenablestats'] = 'If you choose \'yes\' here, Moodle\'s cronjob will process the logs and gather some statistics.  Depending on the amount of traffic on your site, this can take awhile. If you enable this, you will be able to see some interesting graphs and statistics about each of your courses, or on a sitewide basis.';
+$string['configenrolmentplugins'] = 'Please choose the enrolment plugins you wish to use. Don\'t forget to configure the settings properly.<br /><br />Default plugins are avaliable for interactive plugins only (etc internal, paypal). Should interactive enrolment be disabled, please set \"enrollable\" to \"No\" in required courses.';
 $string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed.  Normal is usually the best choice.';
 $string['configextendedusernamechars'] = 'Enable this setting to allow students to use any characters in their usernames (note this does not affect their actual names).  The default is \"false\" which restricts usernames to be alphanumeric characters only';
 $string['configfilterall'] = 'Filter all strings, including headings, titles, navigation bar and so on.  This is mostly useful when using the multilang filter, otherwise it will just create extra load on your site for little gain.';