--- loncom/publisher/lonupload.pm 2003/02/03 18:03:53 1.15 +++ loncom/publisher/lonupload.pm 2003/06/23 21:56:31 1.16 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.15 2003/02/03 18:03:53 harris41 Exp $ +# $Id: lonupload.pm,v 1.16 2003/06/23 21:56:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -195,6 +195,8 @@ sub phasetwo { $r->print('File copied.'); $r->print('

View file'); + $r->print('

Back to Directory'); } else { $r->print('Failed to copy: '.$!); }