--- loncom/interface/loncommon.pm 2006/04/11 18:43:46 1.330 +++ loncom/interface/loncommon.pm 2006/04/11 20:00:44 1.331 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.330 2006/04/11 18:43:46 albertel Exp $ +# $Id: loncommon.pm,v 1.331 2006/04/11 20:00:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -720,8 +720,18 @@ sub help_open_menu { "$text"; } my $nothing=&Apache::lonhtmlcommon::javascript_nothing(); - my $html=&Apache::lonxml::xmlbegin(); my $helpicon=&lonhttpdurl("/adm/lonIcons/helpgateway.gif"); + my $start_page = + &Apache::loncommon::start_page('Help Menu', undef, + {'frameset' => 1, + 'js_ready' => 1, + 'add_entries' => { + 'border' => '0', + 'rows' => "105,*",},}); + my $end_page = + &Apache::loncommon::end_page({'frameset' => 1, + 'js_ready' => 1,}); + $template .= <<"ENDTEMPLATE";