From: justdave%syndicomm.com <> Date: Wed, 24 Sep 2003 15:00:13 +0000 (+0000) Subject: Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an... X-Git-Tag: bugzilla-2.17.5~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb58d48cb751d2b2c0e5491f073b54001dfdf38;p=thirdparty%2Fbugzilla.git Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade. Patch by Vlad Dascalu r= gerv, a= justdave --- diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index e1b524d0df..07712a7085 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -45,9 +45,9 @@ function addSidebar() { } else { - var rv = window.confirm ("This page is enhanced for use with Netscape 6. " + "Would you like to upgrade now?"); + var rv = window.confirm ("Your browser does not support the sidebar extension. " + "Would you like to upgrade now?"); if (rv) - document.location.href = "http://home.netscape.com/download/index.html"; + document.location.href = "http://www.mozilla.org/binaries.html"; } } //-->