Diff for /loncom/interface/portfolio.pm between versions 1.201 and 1.202

version 1.201, 2008/12/08 23:15:56 version 1.202, 2008/12/10 21:46:58
Line 2245  sub handler { Line 2245  sub handler {
     &Apache::loncommon::content_type($r,'text/html');      &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;      $r->send_http_header;
     # Give the LON-CAPA page header      # Give the LON-CAPA page header
    my @brcrum = [{href=>"/adm/portfolio",text=>"Portfolio Manager"}];
     if ($env{"form.mode"} eq 'selectfile'){      if ($env{"form.mode"} eq 'selectfile'){
         $r->print(&Apache::loncommon::start_page($title,undef,          $r->print(&Apache::loncommon::start_page($title,undef,
  {'only_body' => 1}));   {'only_body' => 1}));
Line 2252  sub handler { Line 2253  sub handler {
         $r->print(&Apache::loncommon::start_page('New role-based condition',undef,          $r->print(&Apache::loncommon::start_page('New role-based condition',undef,
                                                  {'no_nav_bar'  => 1, }));                                                   {'no_nav_bar'  => 1, }));
     } else {      } else {
         $r->print(&Apache::loncommon::start_page($title));          $r->print(&Apache::loncommon::start_page($title,undef,{bread_crumbs => @brcrum}));
     }      }
     $r->rflush();      $r->rflush();
     if (!&Apache::lonnet::usertools_access($uname,$udom,'portfolio')) {      if (!&Apache::lonnet::usertools_access($uname,$udom,'portfolio')) {

Removed from v.1.201  
changed lines
  Added in v.1.202


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