--- loncom/interface/londocs.pm 2009/06/09 18:42:42 1.371 +++ loncom/interface/londocs.pm 2009/06/17 17:15:00 1.372 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.371 2009/06/09 18:42:42 tempelho Exp $ +# $Id: londocs.pm,v 1.372 2009/06/17 17:15:00 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2502,18 +2502,18 @@ 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"); } @@ -2670,10 +2670,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, @@ -2951,11 +2951,11 @@ HIDDENFORM } my $postexec=''; if ($folder eq 'default') { - $r->print('' + $r->print(''."\n" ); } else { #$postexec='self.close();';