--- loncom/interface/londocs.pm 2002/12/26 16:13:11 1.43 +++ loncom/interface/londocs.pm 2003/01/23 19:00:06 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.43 2002/12/26 16:13:11 www Exp $ +# $Id: londocs.pm,v 1.46 2003/01/23 19:00:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -166,6 +166,7 @@ sub editor { my $ext='false'; if ($url=~/^http\:\/\//) { $ext='true'; } $url=~s/\:/\:/g; + $name=~s/\:/\:/g; $Apache::lonratedt::resources[$idx]= $name.':'.$url.':'.$ext.':normal:res'; } @@ -593,7 +594,9 @@ ENDCOURSEVERIFY $hadchanges=0; &editor($r,$coursenum,$coursedom,$folder,$allowed); if ($hadchanges) { - $r->print('

Changes will become active after re-initializing course or at next login.

'); + $r->print('
'. +'

Changes will become active for your current session after , or the next time you log in.

'); } my $folderseq='/uploaded/'.$coursedom.'/'.$coursenum.'/default_'.time. '.sequence';