[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 06 Jan 2006 22:37:28 -0000
albertel Fri Jan 6 17:37:28 2006 EDT
Modified files:
/loncom/interface lonwhatsnew.pm
Log:
- <label>
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.44 loncom/interface/lonwhatsnew.pm:1.45
--- loncom/interface/lonwhatsnew.pm:1.44 Fri Jan 6 16:52:19 2006
+++ loncom/interface/lonwhatsnew.pm Fri Jan 6 17:37:27 2006
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.44 2006/01/06 21:52:19 albertel Exp $
+# $Id: lonwhatsnew.pm,v 1.45 2006/01/06 22:37:27 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -575,9 +575,9 @@
&mt('Display of unread post counts?').'
<input type="hidden" name="command" value="newdiscconf" />
<input type="hidden" name="refpage" value="'.$refpage.'" />
-<input type ="radio" '.$status{'on'}.' name="countunread" value="on">on
+<label><input type ="radio" '.$status{'on'}.' name="countunread" value="on">on</label>
-<input type ="radio" '.$status{'off'}.' name="countunread" value="off">off
+<label><input type ="radio" '.$status{'off'}.' name="countunread" value="off">off</label>
');
$r->print('<br/><br />
<input type="submit" name="display" value="'.
@@ -617,14 +617,14 @@
$lt{'padc'}
END
foreach my $choice (@chgstate) {
- $r->print('<nobr><input type="radio" name="courseinit_control" value="'.
- $choice.'"/>'.$$initpage{$choice}.' </nobr>');
+ $r->print('<nobr><label><input type="radio" name="courseinit_control" value="'.
+ $choice.'"/>'.$$initpage{$choice}.' </label></nobr>');
}
$r->print('<br /><br />'.&mt('If').' '.$$initpage{'coursespecific'}.
'<br />'.$lt{'chce'}." \n");
foreach my $choice (@chgentry) {
- $r->print('<nobr><input type="radio" name="courseinit_page" value="'.
- $choice.'"/>'.$$initpage{$choice}.' </nobr>');
+ $r->print('<nobr><label><input type="radio" name="courseinit_page" value="'.
+ $choice.'"/>'.$$initpage{$choice}.' </label></nobr>');
}
$r->print('<br /><br /><input type="submit" name="display" value="'.
$lt{'moce'}.'" /></form>');