--- loncom/publisher/lonpubdir.pm 2011/10/31 17:27:10 1.135
+++ loncom/publisher/lonpubdir.pm 2011/11/07 20:06:02 1.136
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Construction Space Directory Lister
#
-# $Id: lonpubdir.pm,v 1.135 2011/10/31 17:27:10 raeburn Exp $
+# $Id: lonpubdir.pm,v 1.136 2011/11/07 20:06:02 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -605,7 +605,7 @@ sub putresource {
if ($filename=~/\.(xml|html|htm|xhtml|xhtm|sty)$/) {
$editlink='
('.&mt('Edit').')';
}
- if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library)$/) {
+ if ($filename=~/$LONCAPA::assess_re/) {
$editlink=' ('.&mt('EditXML').')';
$editlink2='
('.&mt('Edit').')';
}