--- loncom/interface/lonindexer.pm 2007/07/11 20:32:15 1.170 +++ loncom/interface/lonindexer.pm 2007/07/11 20:40:28 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.170 2007/07/11 20:32:15 albertel Exp $ +# $Id: lonindexer.pm,v 1.171 2007/07/11 20:40:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -527,8 +527,10 @@ END &Apache::loncommon::storeresurl($storeuri); &Apache::lonhtmlcommon::store_recent('residx',$storeuri,$storeuri); # -------------------------------------------------- Check All and Uncheck all - $r->print('
'); - $r->print(''); + if ($env{'form.catalogmode'} eq 'import') { + $r->print('
'); + $r->print(''); + } # ----------------- output starting row to the indexed file/directory hierarchy my $titleclr="#ddffff"; #$r->print(&initdebug());