Diff for /loncom/interface/lonprintout.pm between versions 1.627.2.15 and 1.627.2.16

version 1.627.2.15, 2015/06/04 13:03:36 version 1.627.2.16, 2016/08/06 20:52:43
Line 3444  ENDPART Line 3444  ENDPART
  #}   #}
     }      }
   
     # Set URLback if this is a construction space print so we can provide      # Set URLback so we can provide a link back to the resource and to change options.
     # a link to the resource being edited.      # (Since the browser back button does not currently work with https,
     #      # the back link is useful even when there is an easy-to-miss LON-CAPA back button.)
   
     my $URLback=''; #link to original document      my $URLback=''; #link to original document
     if ($helper->{'VARS'}->{'construction'} eq '1') {      if ($helper->{'VARS'}->{'construction'} eq '1') {
  $URLback=$helper->{'VARS'}->{'filename'};   $URLback=$helper->{'VARS'}->{'filename'};
       } elsif ($helper->{VARS}{'symb'}) {
           my ($map, $id, $url) = &Apache::lonnet::decode_symb($helper->{VARS}{'symb'});
           $URLback = &Apache::lonnet::clutter($url);
     }      }
     #      #
     # Final adjustment of the font size:      # Final adjustment of the font size:

Removed from v.1.627.2.15  
changed lines
  Added in v.1.627.2.16


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