--- loncom/interface/courseprefs.pm 2023/09/24 03:31:18 1.127
+++ loncom/interface/courseprefs.pm 2024/02/24 20:46:24 1.130
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.127 2023/09/24 03:31:18 raeburn Exp $
+# $Id: courseprefs.pm,v 1.130 2024/02/24 20:46:24 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3285,7 +3285,13 @@ sub store_ltitools {
}
}
}
- $output .= '
'.&mt('Configurable in course:');
+ $output .= '';
+ if ($context eq 'domain') {
+ $output .= &mt('Configurable in course');
+ } else {
+ $output .= &mt('Configurable for each instance of tool in course');
+ }
+ $output .= ':';
my @possconfig = ('label','title','target','linktext','explanation','append');
my $numconfig = 0;
if (ref($changes->{$itemid}{'crsconf'}) eq 'HASH') {
@@ -6709,7 +6715,13 @@ sub print_ltitools {
%courseconfig = %{$settings->{$item}->{'crsconf'}};
}
}
- $datatable .= '