Diff for /loncom/interface/lonhelper.pm between versions 1.114 and 1.115

version 1.114, 2005/09/28 19:02:02 version 1.115, 2005/09/28 19:03:42
Line 2419  BUTTONS Line 2419  BUTTONS
   
     my $section_selectors = '<table border="0">'."\n";      my $section_selectors = '<table border="0">'."\n";
     $section_selectors   .= "<tr valign=\"top\">\n<td>For Sections:</td><td>$choice_widget</td>\n";      $section_selectors   .= "<tr valign=\"top\">\n<td>For Sections:</td><td>$choice_widget</td>\n";
     $section_selectors   .= '    <td><input type="radio" name="personstate" value="Active" checked />';      $section_selectors   .= '    <td><label><input type="radio" name="personstate" value="Active" checked />';
     $section_selectors   .= "         Current Students</td>\n";      $section_selectors   .= "         Current Students</label></td>\n";
     $section_selectors   .= '    <td><input type="radio" name="personstate" value="All" />';      $section_selectors   .= '    <td><label><input type="radio" name="personstate" value="All" />';
     $section_selectors   .= "         All students</td>\n";      $section_selectors   .= "         All students</label></td>\n";
     $section_selectors   .= '    <td><input type="radio" name="personstate" value="Expired" />';      $section_selectors   .= '    <td><label><input type="radio" name="personstate" value="Expired" />';
     $section_selectors   .= "          Expired Students</td>\n";      $section_selectors   .= "          Expired Students</label></td>\n";
     $section_selectors   .= "</tr>\n";      $section_selectors   .= "</tr>\n";
     $section_selectors   .= "<tr>\n";      $section_selectors   .= "<tr>\n";
     $section_selectors   .= '    <td><input type="button" value="Select" onclick="checksections(true);" /></td>'."\n";      $section_selectors   .= '    <td><input type="button" value="Select" onclick="checksections(true);" /></td>'."\n";

Removed from v.1.114  
changed lines
  Added in v.1.115


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>