From 4d3f4df562a943896713b6157bfd52012f053c5a Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Thu, 9 Mar 2006 03:00:48 +0000 Subject: [PATCH] [multienrol]Wrote some breif notices for the new enrolment configuration panel --- admin/enrol.php | 2 +- lang/en_utf8/admin.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/enrol.php b/admin/enrol.php index 6d97c63e846..daf84137e08 100644 --- a/admin/enrol.php +++ b/admin/enrol.php @@ -55,7 +55,7 @@ } asort($options); - print_simple_box("blah", 'center', '700'); + print_simple_box(get_string('configenrolmentplugins', 'admin'), 'center', '700'); echo "
framename}\" name=\"enrolmenu\" method=\"post\" action=\"enrol.php\">"; echo "sesskey."\">"; diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 698b368da4b..ea01768f139 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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.

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.';