]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an...
authorjustdave%syndicomm.com <>
Wed, 24 Sep 2003 15:00:13 +0000 (15:00 +0000)
committerjustdave%syndicomm.com <>
Wed, 24 Sep 2003 15:00:13 +0000 (15:00 +0000)
Patch by Vlad Dascalu <jocuri@softhome.net>
r= gerv, a= justdave

template/en/default/index.html.tmpl

index e1b524d0df43e96ca9b56f722363bc6b90cbc3bb..07712a7085e8cb3f5c9f44c4f54bcaca1f7af0c8 100644 (file)
@@ -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";
   }
 }
 //-->