--- loncom/xml/londefdef.pm 2012/04/16 19:46:14 1.439 +++ loncom/xml/londefdef.pm 2012/07/06 22:46:12 1.440 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.439 2012/04/16 19:46:14 raeburn Exp $ +# $Id: londefdef.pm,v 1.440 2012/07/06 22:46:12 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -635,10 +635,10 @@ sub edit_controls { if ($url =~ /\.html?$/i) { my ($symb,$itemtitle,$displayfile) = &Apache::lonxml::get_courseupload_hierarchy($url); - if ($symb ne '') { + if (($symb ne '') || ($env{'httpref.'.$url} ne '')) { $result .= (' ' x 3). &Apache::lonhtmlcommon::dependencies_button()."\n". - &Apache::lonhtmlcommon::dependencycheck_js($symb,$itemtitle)."\n"; + &Apache::lonhtmlcommon::dependencycheck_js($symb,$itemtitle,$url)."\n"; } } my $viewtext = &mt('Course View');