--- loncom/interface/londocs.pm 2010/01/21 23:42:55 1.325.2.2 +++ loncom/interface/londocs.pm 2010/01/22 00:49:08 1.325.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.325.2.2 2010/01/21 23:42:55 raeburn Exp $ +# $Id: londocs.pm,v 1.325.2.3 2010/01/22 00:49:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2514,18 +2514,19 @@ sub changewarning { $message='Changes will become active for your current session after [_1], or the next time you log in.'; } $r->print("\n\n". -''."\n". '
'. '

'. +'" />

'. &mt($message,' '). -$help{'Caching'}.'

'."\n\n"); +$help{'Caching'}.'

'."\n\n"); + } @@ -2679,10 +2680,10 @@ sub handler { } # -------------------------------------------------------------------- Body tag $script = ''; + .'// '."\n" + .''."\n"; my $brcrum = [{href=>"/adm/createuser",text=>"$type Documents"}]; $r->print(&Apache::loncommon::start_page("$type Documents", $script, {'force_register' => $showdoc, @@ -2890,11 +2891,11 @@ ENDCOURSEVERIFY } my $postexec=''; if ($folder eq 'default') { - $r->print('' + $r->print(''."\n" ); } else { #$postexec='self.close();';