[LON-CAPA-cvs] cvs: loncom /interface londropadd.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 13 Nov 2002 19:16:34 -0000
matthew Wed Nov 13 14:16:34 2002 EDT
Modified files:
/loncom/interface londropadd.pm
Log:
Minor formatting changes.
Index: loncom/interface/londropadd.pm
diff -u loncom/interface/londropadd.pm:1.60 loncom/interface/londropadd.pm:1.61
--- loncom/interface/londropadd.pm:1.60 Fri Nov 8 15:51:48 2002
+++ loncom/interface/londropadd.pm Wed Nov 13 14:16:34 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to drop and add students in courses
#
-# $Id: londropadd.pm,v 1.60 2002/11/08 20:51:48 matthew Exp $
+# $Id: londropadd.pm,v 1.61 2002/11/13 19:16:34 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -221,6 +221,7 @@
alert('You need to specify the username field');
return;
}
+ // alert('current.radiovalue = '+current.radiovalue);
if (current.radiovalue == null || current.radiovalue == 'nochange') {
// They did not check any of the login radiobuttons.
alert('You must choose an authentication type');
@@ -772,9 +773,11 @@
$r->print(<<END);
<font size="+1">
<a href="javascript:document.studentform.state.value='csv';document.studentform.submit();">CSV format</a>
+
<a href="javascript:document.studentform.state.value='excel';document.studentform.submit();">Excel format</a>
</font>
+Student Status:
END
}
$r->print($status_select."</p>\n");