X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FL.pm;h=d8d223ecb5fac65b76c0b84eaba9f1ca8004c528;hb=31b1b2c2a84f79d030033a3974957a94a11f752c;hp=770c7ba709caafbd64d3ec2dd0f563436115a56e;hpb=ca9e9f88317b0f79e30ff7832381ba254c3bd390;p=kivitendo-erp.git diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index 770c7ba70..d8d223ecb 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -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 {