--- loncom/interface/loncommon.pm 2002/12/30 14:10:58 1.74
+++ loncom/interface/loncommon.pm 2003/01/10 20:02:15 1.75
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.74 2002/12/30 14:10:58 www Exp $
+# $Id: loncommon.pm,v 1.75 2003/01/10 20:02:15 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -839,7 +839,7 @@ sub authform_internal{
onclick="javascript:changed_radio('int',$args{'formname'});" />
Internally authenticated (with initial password
+ onchange="javascript:changed_text('int',$args{'formname'});" />)
END
return $result;
}
@@ -875,7 +875,7 @@ sub authform_filesystem{
onclick="javascript:changed_radio('fsys',$in{'formname'});" />
Filesystem authenticated (with initial password
+ onchange="javascript:changed_text('fsys',$in{'formname'});">)
END
return $result;
}