--- loncom/interface/domainprefs.pm 2010/10/05 18:42:45 1.140
+++ loncom/interface/domainprefs.pm 2011/07/29 14:25:36 1.144
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.140 2010/10/05 18:42:45 raeburn Exp $
+# $Id: domainprefs.pm,v 1.144 2011/07/29 14:25:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -140,7 +140,7 @@ autolimit
=over
-- course requests will be processed autoatically up to a limit of
+- course requests will be processed automatically up to a limit of
N requests for the course type for the particular requestor.
If N is undefined, there is no limit to the number of course requests
which a course owner may submit and have processed automatically.
@@ -230,7 +230,7 @@ sub handler {
},
'defaults' =>
- { text => 'Default authentication/language/timezone',
+ { text => 'Default authentication/language/timezone/portal',
help => 'Domain_Configuration_LangTZAuth',
header => [{col1 => 'Setting',
col2 => 'Value'}],
@@ -351,7 +351,7 @@ sub handler {
header => [{col1 => 'Setting',
col2 => 'Value',}],
},
- 'usersessions' =>
+ 'usersessions' =>
{text => 'User session hosting',
help => 'Domain_Configuration_User_Sessions',
header => [{col1 => 'Hosting of users from other domains',
@@ -867,7 +867,6 @@ sub print_login {
domlogo => 'Domain Logo',
login => 'Login box');
my $itemcount = 1;
- my ($css_class,$datatable);
foreach my $item (@toggles) {
$css_class = $itemcount%2?' class="LC_odd_row"':'';
$datatable .=
@@ -1887,24 +1886,23 @@ sub print_autocreate {
''.&mt('Yes').' '.
'';
+ $createoff{'xml'}.' value="0" />'.&mt('No').''.
+ '
'.
+ '
'.&mt('Create pending requests for official courses (if validated)').'
'.
+ '
'.
+ '';
my ($numdc,$dctable) = &active_dc_picker($dom,$curr_dc);
if ($numdc > 1) {
- $datatable .= '