Diff for /loncom/interface/lonsearchcat.pm between versions 1.331.4.13 and 1.331.4.14

version 1.331.4.13, 2016/11/09 19:37:39 version 1.331.4.14, 2016/11/09 22:32:42
Line 3582  sub display_url { Line 3582  sub display_url {
                   $url,                    $url,
                   'preview',                    'preview',
                   '',                    '',
                   (($env{'form.catalogmode'} eq 'import')?'parent.statusframe.document.forms.statusform':''),                    '',
                   $skiplast,$onclick).' ';                    $skiplast,$onclick).' ';
         # replace the links to open in a new window  
         # (because the search opens in a new window, it gets  
         # confusing when the links open a tab in the  
         # parent window; ideally we should not force windows)  
         $link =~ s/(href="[^"]*")/\1 onclick="window.open(this.href, '_blank', 'toolbar=1,location=1,menubar=0');return false;"/g;  
     }      }
     return $link;      return $link;
 }  }

Removed from v.1.331.4.13  
changed lines
  Added in v.1.331.4.14


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