--- loncom/interface/londocs.pm 2018/04/14 00:10:48 1.652 +++ loncom/interface/londocs.pm 2018/04/14 02:29:44 1.653 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.652 2018/04/14 00:10:48 raeburn Exp $ +# $Id: londocs.pm,v 1.653 2018/04/14 02:29:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5225,13 +5225,17 @@ sub changewarning { if (!defined($message)) { $message='Changes will become active for your current session after [_1], or the next time you log in.'; } + my $windowname = 'loncapaclient'; + if ($env{'request.lti.login'}) { + $windowname .= 'lti'; + } $r->print("\n\n". ''."\n". -'
'. +''. '

'. &mt($message,' '."\n" .'// '."\n" .''."\n" );