--- loncom/interface/lonindexer.pm 2002/08/20 13:01:53 1.51 +++ loncom/interface/lonindexer.pm 2002/08/21 17:18:08 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.51 2002/08/20 13:01:53 www Exp $ +# $Id: lonindexer.pm,v 1.52 2002/08/21 17:18:08 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -327,9 +327,8 @@ function gothere(val) { - ENDHEADER - +$r->print(&Apache::loncommon::bodytag('Browse Resources')); # - Evaluate actions from previous page (both cumulatively and chronologically) if ($ENV{'form.catalogmode'} eq 'groupimport') { my $acts=$ENV{'form.acts'}; @@ -372,10 +371,6 @@ ENDHEADER } } -# ---------------------------------------------------------------- output title - $r->print( -'

The LearningOnline Network with CAPA '. - 'Network Directory Browser

'."\n"); # ---------------------------------- get state of file attributes to be showing if ($ENV{'form.attrs'} ne '') { for (my $i=0; $i<=7; $i++) {