X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=xslt%2Fxulmenu.xsl;h=dd8a1b587fac06ce0196c37e78213ef44f541ab8;hb=683e76d2c4f4ead5570f19cdab733d5b531e7226;hp=3731bd5ef3253579bb0d7385d511604dd2c157bb;hpb=6901d7ac0790ea74ca86c74c5bb3848ced09abc5;p=kivitendo-erp.git diff --git a/xslt/xulmenu.xsl b/xslt/xulmenu.xsl index 3731bd5ef..dd8a1b587 100644 --- a/xslt/xulmenu.xsl +++ b/xslt/xulmenu.xsl @@ -203,7 +203,7 @@ window.open(path,"_new","") function openLinkNewWindow(event) { var path=event.target.getAttribute("link") - window.open(path,"_new","") + window.open(path,"_blank","") } function openTreeLink(event)