--- loncom/interface/lonindexer.pm 2007/08/01 21:12:12 1.174 +++ loncom/interface/lonindexer.pm 2009/03/17 20:07:45 1.190 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.174 2007/08/01 21:12:12 banghart Exp $ +# $Id: lonindexer.pm,v 1.190 2009/03/17 20:07:45 schulted Exp $ # # Copyright Michigan State University Board of Trustees # @@ -104,9 +104,9 @@ sub handler { my $lonhost = $r->dir_config('lonHostID'); my $tabdir = $r->dir_config('lonTabDir'); - my $fileclr='#ffffe6'; +#SB my $fileclr='#ffffe6'; my $line; - my (@attrchk,@openpath); + my (@attrchk,@openpath,$typeselect); my $uri=$r->uri; # -------------------------------------- see if called from an interactive mode @@ -177,7 +177,8 @@ ENDSUBM # --------------------- define extra fields and buttons in case of special mode if ($env{'form.catalogmode'} eq 'interactive') { - $extrafield=''. +#SB $extrafield=''. + $extrafield=''. ''; $colspan=" colspan='2' "; @@ -187,7 +188,8 @@ ENDSUBM END } elsif ($env{'form.catalogmode'} eq 'import') { - $extrafield=''. +#SB $extrafield=''. + $extrafield=''. ''; $colspan=" colspan='2' "; @@ -359,7 +361,10 @@ END my $js = <<"ENDHEADER";