--- loncom/homework/lonhomework.pm 2002/12/11 14:44:24 1.104 +++ loncom/homework/lonhomework.pm 2002/12/11 15:33:55 1.105 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.104 2002/12/11 14:44:24 www Exp $ +# $Id: lonhomework.pm,v 1.105 2002/12/11 15:33:55 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -506,18 +506,21 @@ sub newproblem { my $url=$request->uri; my $dest = &Apache::lonnet::filelocation("",$request->uri); my $instructions; - if ($templatelist) { $instructions=", select a template from the pull-down menu below. Then";} + if ($templatelist) { $instructions=", select a template from the pull-down menu below.
Then";} $request->print(< -The requested file $url doesn\'t exist.
-To create a new $extension$instructions click on the Create $extension button. -
+

Creating a new $extension resource

+The requested file $url currently does not exist. +

+To create a new $extension$instructions click on the "Create $extension" button. +

+

ENDNEWPROBLEM if (defined($templatelist)) { $request->print(""); } $request->print("
"); - $request->print("

"); + $request->print("

"); } return ''; }