--- loncom/interface/lonhelp.pm 2024/07/01 23:40:56 1.46.2.1
+++ loncom/interface/lonhelp.pm 2022/05/29 20:48:57 1.48
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonhelp.pm,v 1.46.2.1 2024/07/01 23:40:56 raeburn Exp $
+# $Id: lonhelp.pm,v 1.48 2022/05/29 20:48:57 raeburn Exp $
#
# .tex help system web server handler
#
@@ -71,9 +71,17 @@ sub servetext {
search => 'Search LON-CAPA help',
query => 'Search',
);
+ my $goback;
+ if ((($env{'request.lti.login'}) && ($env{'request.lti.target'} eq 'iframe')) ||
+ (($env{'request.deeplink.login'}) && ($env{'request.deeplink.target'} eq '_self'))) {
+ my $backicon = &Apache::loncommon::lonhttpdurl($r->dir_config('lonIconsURL').'/').'clickhere.gif';
+ $goback = ' ';
+ }
$r->print(<
$lt{'header'}
+ src="/adm/help/gif/lonhelpheader.gif" />$goback$lt{'header'}
HEADER
if ($is_mobile) {
@@ -246,10 +254,8 @@ sub handler {
};
}
my $firstfile;
- $env{'form.texengine'} = 'tth';
my $start_page=
&Apache::loncommon::start_page('LON-CAPA Help',undef,$starthash);
- delete($env{'form.texengine'});
my $text='';
my $uri = $r->uri;
if ($env{'form.searchterm'}=~/\w/) {