Diff for /loncom/publisher/lonupload.pm between versions 1.31 and 1.32

version 1.31, 2006/04/06 22:15:19 version 1.32, 2006/04/10 22:30:31
Line 249  sub handler { Line 249  sub handler {
     }      }
   
     unless ($env{'form.phase'} eq 'two') {      unless ($env{'form.phase'} eq 'two') {
    my %body_layout = ('rightmargin'  => "0",
      'leftmargin'   => "0",
      'marginwidth'  => "0",
      'topmargin'    => "0",
      'marginheight' => "0");
  my $start_page =    my $start_page = 
     &Apache::loncommon::start_page('Importing a Testbank file into LON-CAPA',      &Apache::loncommon::start_page('Importing a Testbank file into LON-CAPA',
    undef,     undef,
    {'only_body'   => 1,     {'only_body'   => 1,
     'add_entries' => "topmargin='0' leftmargin='0' marginheight='0'marginwidth='0' rightmargin='0'",      'add_entries' => \%body_layout,
     'js_ready'    => 1,});      'js_ready'    => 1,});
  my $end_page =    my $end_page = 
     &Apache::loncommon::end_page({'js_ready' => 1,});      &Apache::loncommon::end_page({'js_ready' => 1,});

Removed from v.1.31  
changed lines
  Added in v.1.32


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>