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

version 1.111.2.8, 2019/08/12 15:36:40 version 1.111.2.10, 2020/01/22 14:55:13
Line 320  ENDEXT Line 320  ENDEXT
   if ($env{'form.all_submit_pressed'}) {    if ($env{'form.all_submit_pressed'}) {
       $posthash{'all_submit'}='yes';        $posthash{'all_submit'}='yes';
   }    }
       }        } elsif ($env{'form.'.$prefix.'markaccess'} eq 'yes') {
                     $posthash{'markaccess'} = $env{'form.'.$prefix.'markaccess'};
                 }
                               if ($env{'environment.remote'} eq 'on') {                                if ($env{'environment.remote'} eq 'on') {
                                   $posthash{'inhibitmenu'} = 'yes';                                    $posthash{'inhibitmenu'} = 'yes';
                               }                                }
Line 867  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.8  
changed lines
  Added in v.1.111.2.10


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