--- loncom/interface/loncommon.pm 2006/04/07 21:56:00 1.327 +++ loncom/interface/loncommon.pm 2006/04/13 19:07:11 1.333 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.327 2006/04/07 21:56:00 albertel Exp $ +# $Id: loncommon.pm,v 1.333 2006/04/13 19:07:11 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";