--- loncom/interface/lonhelp.pm 2003/07/29 15:06:47 1.7 +++ loncom/interface/lonhelp.pm 2003/08/29 02:45:07 1.9 @@ -35,6 +35,7 @@ use Apache::File(); use Apache::loncommon(); use Apache::lonacc(); use Apache::lontexconvert(); +use Apache::lonnavmaps; # for advancedUser use tth(); use GDBM_File(); @@ -65,6 +66,7 @@ HEADER $r->print($tex); + if (Apache::lonnavmaps::advancedUser()) { $r->print(<
@@ -73,6 +75,13 @@ $r->print(< FOOTER +} else { + $r->print(< + + +FOOTER +} } # Render takes a tex fragment, transforms it for TtH, and returns the @@ -146,7 +155,7 @@ sub handler my $tex = ''; # Since in insertlist.tab I want to specify multiple files, # and insertlist.tab also uses commas, I need something else - # so replace ! with , + # so replace : with , $filenames =~ s/:/,/g; my @files = split(/,/, $filenames);