--- loncom/interface/lonhelper.pm 2005/09/28 10:37:33 1.113 +++ loncom/interface/lonhelper.pm 2005/09/28 19:02:02 1.114 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.113 2005/09/28 10:37:33 foxr Exp $ +# $Id: lonhelper.pm,v 1.114 2005/09/28 19:02:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2408,26 +2408,27 @@ BUTTONS # The variable $choice_widget will have the html to make the choice # selector. - my $choice_widget = ''."\n"; foreach my $sec (sort (keys %sections)) { - $choice_widget .= "\n"; + $choice_widget .= "\n"; } - $choice_widget .= "\n"; + $choice_widget .= "\n"; # Build a table without any borders to contain the section based # selection: - my $section_selectors = ''."\n"; + my $section_selectors = '
'."\n"; $section_selectors .= "\n\n"; $section_selectors .= ' \n"; $section_selectors .= ' \n"; $section_selectors .= ' \n"; + $section_selectors .= " Expired Students\n"; + $section_selectors .= "\n"; $section_selectors .= "\n"; $section_selectors .= ' '."\n"; - $section_selectors .= ' '."\n
For Sections:$choice_widget'; $section_selectors .= " Current Students'; $section_selectors .= " All students'; - $section_selectors .= " Expired Students
\n"; + $section_selectors .= ' '."\n\n"; $section_selectors .= "
"; $result .= $section_selectors;