--- loncom/interface/lonindexer.pm 2003/10/24 21:09:24 1.79 +++ loncom/interface/lonindexer.pm 2003/12/08 18:29:50 1.81 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.79 2003/10/24 21:09:24 albertel Exp $ +# $Id: lonindexer.pm,v 1.81 2003/12/08 18:29:50 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -432,10 +432,11 @@ $r->print(&Apache::loncommon::bodytag('B 'av' => 'All versions', 'ud' => 'Update Display' ); + my $Displayfileattributes=&mt('Display file attributes'); $r->print(< -Display file attributes
+$Displayfileattributes
@@ -684,7 +685,7 @@ sub match_ext { push @trimlist,$line; } } - @trimlist = sort (@trimlist); + @trimlist = sort {uc($a) cmp uc($b)} (@trimlist); return @trimlist; }
$lt{'ti'} $lt{'si'}