--- loncom/interface/portfolio.pm 2009/05/19 20:58:51 1.212.2.1 +++ loncom/interface/portfolio.pm 2010/02/02 07:09:41 1.212.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.212.2.1 2009/05/19 20:58:51 raeburn Exp $ +# $Id: portfolio.pm,v 1.212.2.3 2010/02/02 07:09:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -453,8 +453,7 @@ sub display_directory { $line .= ''; } if ($can_modify) { - my $cat=''.&mt('Metadata').''; -# src="'.#&Apache::loncommon::lonhttpdurl('/res/adm/pages/catalog.gif').'" />'; + my $cat=''.&mt('Metadata').''; my %anchor_fields = ( 'rename' => $filename, currentpath => $current_path @@ -1358,7 +1357,7 @@ sub standard_settings { &build_access_summary($r,$count,$chg,%conditionals); $r->print(&Apache::loncommon::end_data_table()); } else { - $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course affiliation.')); + $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course/community affiliation.')); } }