--- loncom/publisher/lonpubdir.pm 2015/06/18 20:19:27 1.164
+++ loncom/publisher/lonpubdir.pm 2015/12/03 20:40:46 1.165
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Authoring Space Directory Lister
#
-# $Id: lonpubdir.pm,v 1.164 2015/06/18 20:19:27 musolffc Exp $
+# $Id: lonpubdir.pm,v 1.165 2015/12/03 20:40:46 damieng Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -914,6 +914,10 @@ sub putresource {
if ($filename=~/$LONCAPA::assess_re/) {
$editlink=' ('.&mt('EditXML').')';
$editlink2='
('.&mt('Edit').')';
+ if ($env{'browser.type'} ne 'explorer' || $env{'browser.version'} > 9) {
+ my $daxeurl = '/adm/daxe/daxe.html?config=config/loncapa_config.xml&file=/daxeopen'.$linkdir.'/'.$filename.'&save=/daxesave';
+ $editlink .= ' (Daxe)';
+ }
}
if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library|xml|html|htm|xhtml|xhtm|sty)$/) {
$editlink.=' ('.&mt('Clean Up').')';