--- loncom/interface/lonhelper.pm 2005/07/12 16:03:12 1.111
+++ loncom/interface/lonhelper.pm 2006/05/05 14:35:44 1.140
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# .helper XML handler to implement the LON-CAPA helper
#
-# $Id: lonhelper.pm,v 1.111 2005/07/12 16:03:12 albertel Exp $
+# $Id: lonhelper.pm,v 1.140 2006/05/05 14:35:44 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -184,6 +184,7 @@ use Apache::lonxml;
use Apache::lonlocal;
use Apache::lonnet;
+
# Register all the tags with the helper, so the helper can
# push and pop them
@@ -573,22 +574,20 @@ sub display {
}
# Phase 4: Display.
- my $html=&Apache::lonxml::xmlbegin();
my $stateTitle=&mt($state->title());
- my $helperTitle = &mt($self->{TITLE});
- my $bodytag = &Apache::loncommon::bodytag($helperTitle,'','');
+ my $browser_searcher_js =
+ '';
+
+ $result .= &Apache::loncommon::start_page($self->{TITLE},
+ $browser_searcher_js);
+
my $previous = HTML::Entities::encode(&mt("<- Previous"), '<>&"');
my $next = HTML::Entities::encode(&mt("Next ->"), '<>&"');
# FIXME: This should be parameterized, not concatenated - Jeremy
- my $loncapaHelper = &mt("LON-CAPA Helper:");
- $result .= <
- $loncapaHelper: $helperTitle
-
- $bodytag
-HEADER
+
if (!$state->overrideForm()) { $result.="
-