--- loncom/interface/lonmodifycourse.pm 2013/07/09 00:17:23 1.61 +++ loncom/interface/lonmodifycourse.pm 2013/12/24 19:15:11 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # handler for DC-only modifiable course settings # -# $Id: lonmodifycourse.pm,v 1.61 2013/07/09 00:17:23 raeburn Exp $ +# $Id: lonmodifycourse.pm,v 1.65 2013/12/24 19:15:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -449,6 +449,8 @@ sub print_setquota { $uploadquota = $domdefs{$lctype.'quota'}; } elsif ($settings{'internal.instcode'}) { $uploadquota = $domdefs{'officialquota'}; + } elsif ($settings{'internal.textbook'}) { + $uploadquota = $domdefs{'textbookquota'}; } else { $uploadquota = $domdefs{'unofficialquota'}; } @@ -881,10 +883,10 @@ sub modify_course { } } if (@changes > 0) { - $chgresponse = &mt("The following settings have been changed: