--- loncom/publisher/lonpubdir.pm 2008/11/20 15:19:28 1.114 +++ loncom/publisher/lonpubdir.pm 2008/12/19 03:54:19 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.114 2008/11/20 15:19:28 jms Exp $ +# $Id: lonpubdir.pm,v 1.118 2008/12/19 03:54:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,15 +105,16 @@ sub handler { my $numres = 0; # Start off the directory table. - $r->print('
'.&mt('Type').' | '. - ''.&mt('Actions').' | '. - ''.&mt('Name').' | '. - ''.&mt('Title').' | '. - ''.&mt('Status').' | '. - ''.&mt('Last Modified'). - ' | '.&mt('Type').' | ' + .''.&mt('Actions').' | ' + .''.&mt('Name').' | ' + .''.&mt('Title').' | ' + .''.&mt('Status').' | ' + .''.&mt('Last Modified').' | ' + .&Apache::loncommon::end_data_table_header_row() + ); my $filename; my $dirptr=16384; # Mask indicating a directory in stat.cmode. @@ -139,7 +140,9 @@ sub handler { } closedir(DIR); - $r->print('
---|