--- loncom/interface/lonparmset.pm 2009/05/12 11:23:16 1.447 +++ loncom/interface/lonparmset.pm 2009/05/12 12:20:53 1.448 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.447 2009/05/12 11:23:16 bisitz Exp $ +# $Id: lonparmset.pm,v 1.448 2009/05/12 12:20:53 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1488,6 +1488,7 @@ function group_or_section(caller) { if (%sectionhash || %grouphash) { $r->print(&Apache::lonhtmlcommon::row_title(&mt('Group/Section'))); $r->print($sections.$groups); + $r->print(&Apache::lonhtmlcommon::row_closure()); } $r->print(&Apache::lonhtmlcommon::row_title(&mt('User'))); @@ -1503,8 +1504,9 @@ sub displaymenu { $r->print('

Step 2

'); $r->print('
' ); $r->print(&Apache::lonhtmlcommon::start_pick_box()); - &parmmenu($r,$allparms,$pscat,$keyorder); + $r->print(&Apache::lonhtmlcommon::row_closure()); + $r->print(&Apache::lonhtmlcommon::row_title(&mt('Select Parts to View'))); &partmenu($r,$allparts,$psprt); $r->print(&Apache::lonhtmlcommon::row_closure(1)); @@ -1895,7 +1897,6 @@ sub assessparms { $r->print(&Apache::lonhtmlcommon::start_pick_box()); &usermenu($r,$uname,$id,$udom,$csec,$cgroup,$parmlev,\@usersgroups); $r->print(&Apache::lonhtmlcommon::row_closure(1)); - $r->print(&Apache::lonhtmlcommon::end_pick_box()); $r->print('
');