--- loncom/interface/londocs.pm 2002/12/26 16:04:20 1.42 +++ loncom/interface/londocs.pm 2003/01/20 17:30:31 1.45 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.42 2002/12/26 16:04:20 www Exp $ +# $Id: londocs.pm,v 1.45 2003/01/20 17:30:31 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -585,20 +585,22 @@ ENDNEWSCRIPT ENDCOURSEVERIFY } # --------------------------------------------------------- Standard documents - $r->print(''); + $r->print('
'); if (($standard) && ($allowed) && (!$forcesupplement)) { - $r->print(' +

Main Course Documents

'); + $r->print('

Main Course Documents

'); my $folder=$ENV{'form.folder'}; unless ($folder=~/^default/) { $folder='default'; } $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'; $r->print(<
@@ -682,7 +684,7 @@ ENDFORM # ----------------------------------------------------- Supplemental documents if (!$forcestandard) { $r->print( - ' +
Upload a new main course document Import a published document Special documents

Supplemental Course Documents

'); + '

Supplemental Course Documents

'); my $folder=$ENV{'form.folder'}; unless ($folder=~/supplemental/) { $folder='supplemental'; } &editor($r,$coursenum,$coursedom,$folder,$allowed); @@ -692,7 +694,7 @@ ENDFORM '.sequence'; $r->print(<
Upload a new supplemental course document Import a published document Special documents