From: Holger Lindemann Date: Thu, 14 Dec 2006 21:30:34 +0000 (+0000) Subject: Return to 1352 X-Git-Tag: release-2.4.0^2~22 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c245aea532639ff7f0148411227704e59738e95f;p=kivitendo-erp.git Return to 1352 --- diff --git a/bin/mozilla/menunew.pl b/bin/mozilla/menunew.pl index 1aa7685ac..0ee610d11 100644 --- a/bin/mozilla/menunew.pl +++ b/bin/mozilla/menunew.pl @@ -263,6 +263,9 @@ function Item(text, href, frame, length, spacing, target) { this.target = target; this.ref = null; } +function go(link) { + top.main_window.location=link; +} function writeMenus() { if (!isDOM && !isIE4 && !isNS4) return; for (currMenu = 0; currMenu < menu.length; currMenu++) with (menu[currMenu][0]) { @@ -282,7 +285,12 @@ function writeMenus() { } if (borderClass) str += 'class="' + borderClass + '" '; str += 'onMouseOver="popOver(' + currMenu + ',' + currItem + ')" onMouseOut="popOut(' + currMenu + ',' + currItem + ')">'; - str += ''; + str += '
' + '' : '>') + text + '
'; + if (href!="#") { + str +=''; + } else { + str +=''; + } if (target > 0) { menu[target][0].parentMenu = currMenu; menu[target][0].parentItem = currItem;
' : '>') + text + '
' : '>') + text + '