--- loncom/interface/lonhelpmenu.pm 2005/04/07 06:56:23 1.20 +++ loncom/interface/lonhelpmenu.pm 2005/06/03 15:47:29 1.21 @@ -177,15 +177,9 @@ END END - if (($component_url) || ($env{'user.adv'})) { - if ($component_url) { - $r->print(" - '); + if ($component_url) { + $r->print("'); } if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) { $r->print(' @@ -249,7 +243,8 @@ sub display_help_mainpage { 'vthp' => 'Visit the help page for ', 'disp' => 'Display the page in the inline help system that covers this topic.', 'crac' => 'Create an account for yourself in the LON-CAPA Bugzilla tracking system, if you wish to report bugs you have encountered in the LON-CAPA software, or if you have suggestions for improvements in LON-CAPA.', - 'inhs' => 'Inline help system for', + 'inhs' => 'Topical help system for', + 'noto' => 'There is no specific topical help item for', 'coth' => 'Consult the inline help system for this topic.', 'cont' => 'Contact the LON-CAPA support team', 'suhr' => 'Submit a help request to the team responsible for LON-CAPA support at this institution.', @@ -286,7 +281,7 @@ END } elsif ($env{'user.adv'}) { $r->print("
"); - } elsif ($env{'user.adv'}) { - $r->print(' '); - } - $r->print(' - (Topic help) Topic help ". + '(Topic help) Topic help  $lt{'inhs'} $topic +
  •  $lt{'noto'} $topic

    $lt{'coth'}

    "); } }