Diff for /loncom/homework/daxepage.pm between versions 1.15 and 1.16

version 1.15, 2024/04/14 17:12:28 version 1.16, 2024/04/17 14:15:45
Line 60  sub handler { Line 60  sub handler {
                     $is_supp = 1;                      $is_supp = 1;
                     $supp_path = &escape(&HTML::Entities::decode($Apache::lonnet::env{'form.folderpath'}));                      $supp_path = &escape(&HTML::Entities::decode($Apache::lonnet::env{'form.folderpath'}));
                     $supp_title = &escape(&HTML::Entities::decode($Apache::lonnet::env{'form.title'}));                      $supp_title = &escape(&HTML::Entities::decode($Apache::lonnet::env{'form.title'}));
                     &Apache::lonhtmlcommon::clear_breadcrumbs();  
                 }                  }
                 $is_course_doc = 1;                  $is_course_doc = 1;
                 $Apache::lonnet::env{'form.forceedit'} = 1;                  $Apache::lonnet::env{'form.forceedit'} = 1;
Line 86  sub handler { Line 85  sub handler {
         delete($editors{'xml'});          delete($editors{'xml'});
         $editors{'edit'} = 1;          $editors{'edit'} = 1;
     }      }
       &Apache::lonhtmlcommon::clear_breadcrumbs();
     my %lt = &Apache::lonlocal::texthash(      my %lt = &Apache::lonlocal::texthash(
                                           'noif' => 'No iframe support.',                                            'noif' => 'No iframe support.',
                                           'show' => 'Show content in pop-up window',                                            'show' => 'Show content in pop-up window',

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


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