Onlinehilfe als modale Overlays.
[kivitendo-erp.git] / SL / Template / Plugin / L.pm
index 770c7ba..d8d223e 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 {