--- loncom/interface/Attic/londropadd.pm 2002/11/08 20:51:48 1.60 +++ loncom/interface/Attic/londropadd.pm 2002/11/13 19:16:34 1.61 @@ -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 @@ function verify_message (vf,founduname,f 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 @@ END $r->print(< CSV format +         Excel format       +Student Status: END } $r->print($status_select."

\n");