--- loncom/publisher/loncfile.pm 2009/05/26 18:01:39 1.100 +++ loncom/publisher/loncfile.pm 2009/08/13 09:45:52 1.100.2.1 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.100 2009/05/26 18:01:39 bisitz Exp $ +# $Id: loncfile.pm,v 1.100.2.1 2009/08/13 09:45:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1446,26 +1446,10 @@ function writeDone() { $loaditem{'onload'} = "writeDone()"; } - # Breadcrumbs - &Apache::lonhtmlcommon::clear_breadcrumbs(); - &Apache::lonhtmlcommon::add_breadcrumb({ - 'text' => 'Construction Space', - 'href' => '', # FIXME Add link to /priv/[user] - }); - &Apache::lonhtmlcommon::add_breadcrumb({ - 'text' => 'File Operation', - 'title' => 'Construction Space File Operation', - 'href' => '', - }); - $r->print(&Apache::loncommon::start_page('Construction Space File Operation', $js, - {'add_entries' => \%loaditem,}) - .&Apache::lonhtmlcommon::breadcrumbs() - .&Apache::loncommon::head_subbox( - &Apache::loncommon::CSTR_pageheader()) - ); - + {'add_entries' => \%loaditem,})); + $r->print('

'.&mt('Location').': '.&display($fn).'

'); if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {