Diff for /loncom/interface/lonviewcoauthors.pm between versions 1.3 and 1.4

version 1.3, 2023/11/04 01:56:04 version 1.4, 2023/11/05 20:06:04
Line 96  sub handler { Line 96  sub handler {
   
     # Print page header      # Print page header
     my $args = { 'bread_crumbs' => $brcrum };      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));                                               $args));
   
     if (($canedit) && ($env{'form.forceedit'})) {      if (($canedit) && ($env{'form.forceedit'})) {
Line 218  sub edit_settings { Line 218  sub edit_settings {
                                                    'coauthorlist','coauthoroptin');                                                     'coauthorlist','coauthoroptin');
     my %titles = &Apache::lonlocal::texthash (      my %titles = &Apache::lonlocal::texthash (
                    coauthorlist => 'List availability',                     coauthorlist => 'List availability',
                    coauthoroptin => 'User agreement needed for listing',                     coauthoroptin => "Co-author's agreement needed for listing",
                  );                   );
     my %options = &Apache::lonlocal::texthash (      my %options = &Apache::lonlocal::texthash (
                     role => "List only same type of co-author role as viewer",                      role => "List only same type of co-author role as viewer",

Removed from v.1.3  
changed lines
  Added in v.1.4


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