--- loncom/interface/lonhtmlcommon.pm 2004/06/03 14:28:39 1.72 +++ loncom/interface/lonhtmlcommon.pm 2004/06/03 16:42:02 1.73 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.72 2004/06/03 14:28:39 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.73 2004/06/03 16:42:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -875,13 +875,10 @@ sub htmlareaheaders { } return (< - _editor_url="/htmlarea/"; - - - + + ENDHEADERS } @@ -899,12 +896,13 @@ ENDSCRIPT # ----------------------------------------- Script to activate only some fields sub htmlareaselectactive { + my @fields=@_; if (&htmlareablocked()) { return ''; } my $output='"; + $output.="\nwindow.status='Activated Editfields';\n"; return $output; }