--- loncom/interface/loncommon.pm 2025/02/20 01:09:33 1.1458
+++ loncom/interface/loncommon.pm 2025/02/20 03:05:34 1.1459
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1458 2025/02/20 01:09:33 raeburn Exp $
+# $Id: loncommon.pm,v 1.1459 2025/02/20 03:05:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1460,7 +1460,7 @@ $banner_link
$text
END
} else {
- return ' '.$text.' ';
+ return '
';
}
}
@@ -1472,6 +1472,10 @@ sub help_menu_js {
my $helptopic=&general_help();
my $details_link = $httphost.'/adm/help/'.$helptopic.'.hlp';
my $nothing=&Apache::lonhtmlcommon::javascript_nothing();
+ my $bannertitle = &mt('Help Menu');
+ &js_escape(\$bannertitle);
+ my $bodytitle = &mt('Documentation');
+ &js_escape(\$bodytitle);
my $start_page =
&Apache::loncommon::start_page('Help Menu', undef,
{'frameset' => 1,
@@ -1483,7 +1487,6 @@ sub help_menu_js {
my $end_page =
&Apache::loncommon::end_page({'frameset' => 1,
'js_ready' => 1,});
-
my $template .= <<"ENDTEMPLATE";