--- loncom/interface/londocs.pm 2003/07/22 19:39:58 1.69 +++ loncom/interface/londocs.pm 2003/07/29 19:53:41 1.70 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.69 2003/07/22 19:39:58 albertel Exp $ +# $Id: londocs.pm,v 1.70 2003/07/29 19:53:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -411,6 +411,7 @@ sub handler { } } &untiehash(); + $r->print('

Done.

'); } elsif ($ENV{'form.versions'}) { $r->print('Check Versions'. &Apache::loncommon::bodytag('Check Course Document Versions')); @@ -498,6 +499,7 @@ ENDHEADERS } } $r->print(''); + $r->print('

Done.

'); } else { $r->print('

No content modifications yet.

'); }