X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=xslt%2Fxulmenu.xsl;h=dd8a1b587fac06ce0196c37e78213ef44f541ab8;hb=b0e585285d41784c6c8b5a4409ac358bfa63d490;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)