--- loncom/interface/lonnavmaps.pm 2025/01/03 05:38:17 1.567 +++ loncom/interface/lonnavmaps.pm 2025/02/03 00:08:31 1.569 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.567 2025/01/03 05:38:17 raeburn Exp $ +# $Id: lonnavmaps.pm,v 1.569 2025/02/03 00:08:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1120,7 +1120,7 @@ sub render_resource { } # Decide what to display - $result .= "$newBranchText$linkopen$icon$linkclose"; + $result .= "$newBranchText$linkopen$icon"; my $curMarkerBegin = ''; my $curMarkerEnd = ''; @@ -1160,7 +1160,7 @@ sub render_resource { $linkopen = ""; } } - $result .= "$curMarkerBegin$linkopen$title$partLabel$linkclose$curMarkerEnd$editmapLink$nonLinkedText"; + $result .= "$curMarkerBegin$title$partLabel$curMarkerEnd$linkclose$editmapLink$nonLinkedText"; return $result; } @@ -1594,27 +1594,18 @@ sub render { my $printKey = $args->{'printKey'}; my $printCloseAll = $args->{'printCloseAll'}; if (!defined($printCloseAll)) { $printCloseAll = 1; } - + # Print key? if ($printKey) { - $result .= '
Key: | '; - my $location=&Apache::loncommon::lonhttpdurl("/adm/lonMisc"); - if ($navmap->{LAST_CHECK}) { - $result .= - ' '.
- '![]() '. - ' | ';
- } else {
- $result .= ' '.
- '![]() | '.
- ' ![]() | ';
- }
-
- $result .= '
Key: | '. + ' '.
+ '![]() | '.
+ ' ![]() |