--- loncom/interface/lonhtmlcommon.pm 2005/10/27 23:18:21 1.117
+++ loncom/interface/lonhtmlcommon.pm 2006/02/22 19:22:49 1.121
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.117 2005/10/27 23:18:21 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.121 2006/02/22 19:22:49 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -207,6 +207,28 @@ sub checkbox {
return $Str;
}
+
+=pod
+
+=item radiobutton
+
+=cut
+
+##############################################
+##############################################
+sub radio {
+ my ($name,$checked,$value) = @_;
+ my $Str = '
+ $output .= qq|
| '."\n";
+ $output .= ''.&mt('Pick specific course(s):').' '.$courseform.' selected.
'."\n";
$output .= &row_closure();
return $output;
}
@@ -1444,7 +1466,7 @@ sub status_select_row {
if (defined($title)) {
$output = &row_title($col_width,$tablecolor,$title);
}
- $output .= qq|
+ $output .= qq| |
|