--- loncom/interface/londocs.pm 2004/08/29 07:54:40 1.137.2.1 +++ loncom/interface/londocs.pm 2004/09/09 18:57:21 1.137.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.137.2.1 2004/08/29 07:54:40 albertel Exp $ +# $Id: londocs.pm,v 1.137.2.2 2004/09/09 18:57:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1577,7 +1577,8 @@ ENDSUPFORM $r->print(''); } else { # -------------------------------------------------------- This is showdoc mode - $r->print("

".&mt('Uploaded Document').'

'. + $r->print("

".&mt('Uploaded Document').' - '. + &Apache::lonnet::gettitle($r->uri).'

'. &mt('It is recommended that you use an up-to-date virus scanner before handling this file.')."

". &entryline(0,&mt("Click to download or use your browser's Save Link function"),$showdoc).'

'); }