Diff for /loncom/interface/lonspeller.pm between versions 1.14 and 1.15

version 1.14, 2006/03/23 22:32:11 version 1.15, 2006/03/23 23:43:13
Line 68  sub textsection { Line 68  sub textsection {
     if (($suggestions) && (!$insidelink)) {      if (($suggestions) && (!$insidelink)) {
  my $start_page=   my $start_page=
     &Apache::loncommon::start_page('Speller Suggestions',undef,      &Apache::loncommon::start_page('Speller Suggestions',undef,
    {'only_body' => 1,     {'only_body'   => 1,
     'js_ready'  => 1,      'js_ready'    => 1,
     'bgcolor'   => '#FFFFFF'});      'html_encode' => 1,
       'bgcolor'     => '#FFFFFF'});
  my $end_page=   my $end_page=
     &Apache::loncommon::end_page({'js_ready'  => 1});      &Apache::loncommon::end_page({'js_ready'    => 1,
     'html_encode' => 1,});
  $output.='<a href="javascript:spellwin=window.open('.   $output.='<a href="javascript:spellwin=window.open('.
     &Apache::lonhtmlcommon::javascript_nothing().      &Apache::lonhtmlcommon::javascript_nothing().
     ',\'spellwin\',\'height=140,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no\');'.      ',\'spellwin\',\'height=140,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no\');'.

Removed from v.1.14  
changed lines
  Added in v.1.15


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