Diff for /loncom/publisher/lonretrieve.pm between versions 1.46 and 1.47

version 1.46, 2011/10/31 17:27:10 version 1.47, 2011/11/14 00:20:31
Line 202  sub phaseone { Line 202  sub phaseone {
  $r->print('<p class="LC_warning">'.&mt('No previous versions published.').'</p>');   $r->print('<p class="LC_warning">'.&mt('No previous versions published.').'</p>');
     }      }
   
     my $dir =  &Apache::loncommon::authorspace()      my $dir =  &Apache::loncommon::authorspace($fn)
               .&File::Basename::dirname($fn)                .&File::Basename::dirname($fn)
               .'/';                .'/';
     $r->print('<br />'      $r->print('<br />'
Line 336  sub handler { Line 336  sub handler {
     &Apache::lonhtmlcommon::clear_breadcrumbs();      &Apache::lonhtmlcommon::clear_breadcrumbs();
     &Apache::lonhtmlcommon::add_breadcrumb({      &Apache::lonhtmlcommon::add_breadcrumb({
         'text'  => 'Construction Space',          'text'  => 'Construction Space',
         'href'  => &Apache::loncommon::authorspace(),          'href'  => &Apache::loncommon::authorspace($fn),
     });      });
     &Apache::lonhtmlcommon::add_breadcrumb({      &Apache::lonhtmlcommon::add_breadcrumb({
         'text'  => 'Retrieve previous version',          'text'  => 'Retrieve previous version',

Removed from v.1.46  
changed lines
  Added in v.1.47


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