--- loncom/interface/lonindexer.pm 2009/02/03 15:58:11 1.186 +++ loncom/interface/lonindexer.pm 2009/02/26 16:17:30 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.186 2009/02/03 15:58:11 jms Exp $ +# $Id: lonindexer.pm,v 1.189 2009/02/26 16:17:30 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,7 +409,7 @@ function gothere(val) { ENDHEADER my ($headerdom)=($uri=~m{^/res/($match_domain)/}); - $r->print(&Apache::loncommon::start_page('Browse Resources',$js, + $r->print(&Apache::loncommon::start_page('Content Library',$js, {'domain' => $headerdom,})); # ---------------------------------- get state of file types to be showing if ($env{'form.only'}) { @@ -445,8 +445,8 @@ ENDHEADER 'au' => 'Author', 'kw' => 'Keywords', 'sb' => 'Subject', - 'nt' => 'Notes ', - 'ab' => 'Abstract ', + 'nt' => 'Notes', + 'ab' => 'Abstract', 'ln' => 'Language', 'sa' => 'Source Available', 'sr' => 'Show resource',