]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/L.pm
Onlinehilfe als modale Overlays.
[mfinanz.git] / SL / Template / Plugin / L.pm
index 770c7ba709caafbd64d3ec2dd0f563436115a56e..d8d223ecb5fac65b76c0b84eaba9f1ca8004c528 100644 (file)
@@ -507,7 +507,7 @@ sub online_help_tag {
 
   die 'malformed help tag' unless $tag =~ /^[a-zA-Z0-9_]+$/;
   return unless -f $file;
-  return $self->html_tag('a', $text, href => $file, target => '_blank');
+  return $self->html_tag('a', $text, href => $file, class => 'jqModal')
 }
 
 sub dump {