From fec124d90dd3812e2dd79f9367b10ac7d004f839 Mon Sep 17 00:00:00 2001 From: "racham%netscape.com" Date: Sat, 12 Jun 1999 00:38:31 +0000 Subject: [PATCH] Modified to fit the new flow --- profile/resources/navigationManagerStart.xul | 12 +++++------- profile/resources/navigationStart.xul | 14 ++++++-------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/profile/resources/navigationManagerStart.xul b/profile/resources/navigationManagerStart.xul index 74eccbd6c10..42d7351c572 100644 --- a/profile/resources/navigationManagerStart.xul +++ b/profile/resources/navigationManagerStart.xul @@ -16,8 +16,6 @@ pages = new Object(); pages[0] = "resource:/res/profile/content1.xul"; pages[1] = "resource:/res/profile/content2.xul"; - pages[2] = "resource:/res/profile/content3.xul"; - pages[3] = "resource:/res/profile/contentManager4.xul"; function BrowserLoadURL(func) { @@ -28,7 +26,7 @@ } if (func == "Next") { - if (count != 3) { + if (count != 1) { count = count + 1; } } @@ -36,7 +34,7 @@ parent.frames[0].commit(); parent.frames[0].location.replace( pages[count] ); - if (count == 3) { + if (count == 1) { parent.count = count; parent.frames[1].location.replace("resource:/res/profile/navigationManagerFinish.xul"); } @@ -45,9 +43,9 @@ function SetValue(name, value) { - dump("Set Value"); - dump("name: "+name+"\n"); - dump("value: "+value+"\n"); + //dump("Set Value"); + //dump("name: "+name+"\n"); + //dump("value: "+value+"\n"); } diff --git a/profile/resources/navigationStart.xul b/profile/resources/navigationStart.xul index 47927c26022..4cb2d73b317 100644 --- a/profile/resources/navigationStart.xul +++ b/profile/resources/navigationStart.xul @@ -16,8 +16,6 @@ pages = new Object(); pages[0] = "resource:/res/profile/content1.xul"; pages[1] = "resource:/res/profile/content2.xul"; - pages[2] = "resource:/res/profile/content3.xul"; - pages[3] = "resource:/res/profile/content4.xul"; function BrowserLoadURL(func) { @@ -28,7 +26,7 @@ } if (func == "Next") { - if (count != 3) { + if (count != 1) { count = count + 1; } } @@ -36,7 +34,7 @@ parent.frames[0].commit(); parent.frames[0].location.replace( pages[count] ); - if (count == 3) { + if (count == 1) { parent.count = count; parent.frames[1].location.replace("resource:/res/profile/navigationFinish.xul"); } @@ -45,9 +43,9 @@ function SetValue(name, value) { - dump("Set Value"); - dump("name: "+name+"\n"); - dump("value: "+value+"\n"); + //dump("Set Value"); + //dump("name: "+name+"\n"); + //dump("value: "+value+"\n"); } @@ -58,4 +56,4 @@ Next - \ No newline at end of file +