--- loncom/publisher/lonpubdir.pm 2003/06/16 21:32:43 1.33 +++ loncom/publisher/lonpubdir.pm 2003/06/18 14:58:39 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.33 2003/06/16 21:32:43 www Exp $ +# $Id: lonpubdir.pm,v 1.34 2003/06/18 14:58:39 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -311,9 +311,12 @@ sub putresource { $thisdisfn.'/'.$filename.'" target=cat>Retrieve'; } my $editlink=''; - if ($filename=~/\.(xml|html|htm|xhtml|xhtm|problem|exam|quiz|assess|survey|form|library)$/) { + if ($filename=~/\.(xml|html|htm|xhtml|xhtm)$/) { $editlink=' (Edit)'; } + if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library)$/) { + $editlink=' (EditXML)'; + } $r->print(''. ''.'Publish'.