--- loncom/interface/londocs.pm 2018/01/12 13:33:37 1.651 +++ 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.651 2018/01/12 13:33:37 raeburn Exp $ +# $Id: londocs.pm,v 1.653 2018/04/14 02:29:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4830,7 +4830,7 @@ sub short_urls { &endContentScreen()); return ''; } else { - $r->print('

'.&mt('Tiny URLs for deep-linking into course').'

'."\n". + $r->print('

'.&mt('Tiny URLs for deep-linking into course').'

'."\n"); $r->rflush(); my $readonly; if ($canedit) { @@ -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" );