--- loncom/interface/lonviewcoauthors.pm 2023/11/04 01:56:04 1.3 +++ loncom/interface/lonviewcoauthors.pm 2023/11/05 20:06:04 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to display the coauthors # -# $Id: lonviewcoauthors.pm,v 1.3 2023/11/04 01:56:04 raeburn Exp $ +# $Id: lonviewcoauthors.pm,v 1.4 2023/11/05 20:06:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -96,7 +96,7 @@ sub handler { # Print page header my $args = { 'bread_crumbs' => $brcrum }; - $r->print(&Apache::loncommon::start_page('Co-authors listing',undef, + $r->print(&Apache::loncommon::start_page('Co-author listing',undef, $args)); if (($canedit) && ($env{'form.forceedit'})) { @@ -218,7 +218,7 @@ sub edit_settings { 'coauthorlist','coauthoroptin'); my %titles = &Apache::lonlocal::texthash ( coauthorlist => 'List availability', - coauthoroptin => 'User agreement needed for listing', + coauthoroptin => "Co-author's agreement needed for listing", ); my %options = &Apache::lonlocal::texthash ( role => "List only same type of co-author role as viewer",