--- loncom/publisher/testbankimport.pm 2006/04/06 19:31:03 1.8 +++ loncom/publisher/testbankimport.pm 2006/04/06 22:15:19 1.9 @@ -1,5 +1,5 @@ # Handler for parsing text upload problem descriptions into .problems -# $Id: testbankimport.pm,v 1.8 2006/04/06 19:31:03 albertel Exp $ +# $Id: testbankimport.pm,v 1.9 2006/04/06 22:15:19 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -349,7 +349,7 @@ sub jscript_three { } my $start_page = - &Apache::loncommon::start_page('Create IMS import directory',undef, + &Apache::loncommon::start_page('Create Testbank directory',undef, {'only_body' => 1, 'add_entries' => "topmargin='0' leftmargin='0' marginheight='0'marginwidth='0' rightmargin='0'", 'js_ready' => 1,});