Diff for /rat/lonpage.pm between versions 1.111.2.9 and 1.111.2.10

version 1.111.2.9, 2020/01/18 01:12:51 version 1.111.2.10, 2020/01/22 14:55:13
Line 869  sub get_buttons { Line 869  sub get_buttons {
             if ($cfile ne '') {              if ($cfile ne '') {
                 my $jscall = &Apache::lonhtmlcommon::jump_to_editres($cfile,$home,$switchserver,                  my $jscall = &Apache::lonhtmlcommon::jump_to_editres($cfile,$home,$switchserver,
                                                                      $forceedit,1,$symb,undef,                                                                       $forceedit,1,$symb,undef,
                                                                      &escape($env{'form.title'},                                                                       &escape($env{'form.title'}),
                                                                      $hostname));                                                                       $hostname);
                 if ($jscall) {                  if ($jscall) {
                     $editbutton = 1;                      $editbutton = 1;
                     my $icon = 'pcstr.png';                      my $icon = 'pcstr.png';

Removed from v.1.111.2.9  
changed lines
  Added in v.1.111.2.10


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