[LON-CAPA-cvs] cvs: loncom /interface lonhelper.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 28 Sep 2005 19:03:43 -0000
albertel Wed Sep 28 15:03:43 2005 EDT
Modified files:
/loncom/interface lonhelper.pm
Log:
- addign <label>s
Index: loncom/interface/lonhelper.pm
diff -u loncom/interface/lonhelper.pm:1.114 loncom/interface/lonhelper.pm:1.115
--- loncom/interface/lonhelper.pm:1.114 Wed Sep 28 15:02:02 2005
+++ loncom/interface/lonhelper.pm Wed Sep 28 15:03:42 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# .helper XML handler to implement the LON-CAPA helper
#
-# $Id: lonhelper.pm,v 1.114 2005/09/28 19:02:02 albertel Exp $
+# $Id: lonhelper.pm,v 1.115 2005/09/28 19:03:42 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2419,12 +2419,12 @@
my $section_selectors = '<table border="0">'."\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 .= " Current Students</td>\n";
- $section_selectors .= ' <td><input type="radio" name="personstate" value="All" />';
- $section_selectors .= " All students</td>\n";
- $section_selectors .= ' <td><input type="radio" name="personstate" value="Expired" />';
- $section_selectors .= " Expired Students</td>\n";
+ $section_selectors .= ' <td><label><input type="radio" name="personstate" value="Active" checked />';
+ $section_selectors .= " Current Students</label></td>\n";
+ $section_selectors .= ' <td><label><input type="radio" name="personstate" value="All" />';
+ $section_selectors .= " All students</label></td>\n";
+ $section_selectors .= ' <td><label><input type="radio" name="personstate" value="Expired" />';
+ $section_selectors .= " Expired Students</label></td>\n";
$section_selectors .= "</tr>\n";
$section_selectors .= "<tr>\n";
$section_selectors .= ' <td><input type="button" value="Select" onclick="checksections(true);" /></td>'."\n";