--- loncom/interface/lonparmset.pm 2009/11/06 10:14:12 1.478 +++ loncom/interface/lonparmset.pm 2009/11/06 18:32:42 1.479 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.478 2009/11/06 10:14:12 amueller Exp $ +# $Id: lonparmset.pm,v 1.479 2009/11/06 18:32:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2197,7 +2197,7 @@ ENDPARMSELSCRIPT # Display Unit 1 "General Parameters" if (!$pssymb) { - $r->print(&Apache::lonhtmlcommon::topic_bar (1,&mt('Resource Specification'))); + $r->print(&Apache::lonhtmlcommon::topic_bar(1,&mt('Resource Specification'))); $r->print(< // print(&Apache::lonhtmlcommon::end_pick_box()); $r->print(''); #Display Unit 2 "Select Parameter" - $r->print(&Apache::lonhtmlcommon::topic_bar (2,&mt('Parameter Specification'))); + $r->print(&Apache::lonhtmlcommon::topic_bar(2,&mt('Parameter Specification'))); &displaymenu($r,\%allparms,\%allparts,\@pscat,\@psprt,\%keyorder); - $r->print(&Apache::lonhtmlcommon::topic_bar (3,&mt('User Specification (optional)'))); + $r->print(&Apache::lonhtmlcommon::topic_bar(3,&mt('User Specification (optional)'))); } else { # parameter screen for a single resource. my ($map,$id,$resource)=&Apache::lonnet::decode_symb($pssymb); @@ -2239,7 +2239,7 @@ COURSECONTENTSCRIPT ''. '

'); - $r->print(&Apache::lonhtmlcommon::topic_bar (3,&mt('User Specification (optional)'),'no_number')); + $r->print(&Apache::lonhtmlcommon::topic_bar('',&mt('User Specification (optional)'))); } $r->print(&Apache::lonhtmlcommon::start_pick_box()); &usermenu($r,$uname,$id,$udom,$csec,$cgroup,$parmlev,\@usersgroups);