--- loncom/publisher/lonpubdir.pm 2003/06/15 18:02:57 1.32 +++ loncom/publisher/lonpubdir.pm 2003/06/16 21:32:43 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.32 2003/06/15 18:02:57 www Exp $ +# $Id: lonpubdir.pm,v 1.33 2003/06/16 21:32:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -310,13 +310,17 @@ sub putresource { $status.='
Retrieve'; } + my $editlink=''; + if ($filename=~/\.(xml|html|htm|xhtml|xhtm|problem|exam|quiz|assess|survey|form|library)$/) { + $editlink=' (Edit)'; + } $r->print(''. ''.'Publish'. ''. ''. ''. - $filename.''. + $filename.''.$editlink. ''. ''.$title.''. ''.$status.''.