Diff for /loncom/interface/lonaboutme.pm between versions 1.103 and 1.104

version 1.103, 2009/02/24 20:43:57 version 1.104, 2009/02/25 13:05:54
Line 544  sub display_portfolio_header { Line 544  sub display_portfolio_header {
         if (!($env{'user.name'} eq 'public' && $env{'user.domain'} eq 'public')) {          if (!($env{'user.name'} eq 'public' && $env{'user.domain'} eq 'public')) {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>"/adm/$cdom/$cnum/aboutme".$query_string,                  ({href=>"/adm/$cdom/$cnum/aboutme".$query_string,
                   text=>"Personal Information Page - $name",                    text=>&mt('Personal Information Page - [_1]',$name),
                   title=>"Go to personal information page for $name"},                 {href=>"/adm/$cdom/$cnum/aboutme/portfolio",                    title=>&mt('Go to personal information page for [_1]',$name)},                 
                   text=>"Viewable files - $name",                   {href=>"/adm/$cdom/$cnum/aboutme/portfolio",
                   title=>"Viewable portfolio files for $name"}                    text=>&mt('Viewable files - [_1]',$name),
                     title=>&mt('Viewable portfolio files for [_1]',$name)}
             );              );
             $output .= &Apache::lonhtmlcommon::breadcrumbs(&mt('Viewable portfolio files.'));              $output .= &Apache::lonhtmlcommon::breadcrumbs(&mt('Viewable portfolio files.'));
         }          }

Removed from v.1.103  
changed lines
  Added in v.1.104


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