From 64cc0b33281efbef56fbd6495f433906eda50636 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 11 Apr 2006 17:35:10 +0000 Subject: Merge from 3.0 branch till 894. --- .../protected/pages/Controls/Samples/TWizard/Sample3.page | 6 +++--- .../protected/pages/Controls/Samples/TWizard/Sample4.page | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'demos/quickstart/protected') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page index aa43a0f9..a12502f7 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page @@ -18,14 +18,14 @@ In the following survey, if you are a college student, you will be asked which m OnCompleteButtonClick="wizard3Completed" > - <%= $this->Parent->Title %> + <%= $this->Title %>



- <%= $this->Parent->Title %> + <%= $this->Title %>

My major is @@ -38,7 +38,7 @@ In the following survey, if you are a college student, you will be asked which m
- <%= $this->Parent->Title %> + <%= $this->Title %>

My favorite Sport is diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page index 8687d842..f4313c7f 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page @@ -14,7 +14,7 @@ Header Template
- Step <%= $this->Parent->Parent->ActiveStepIndex+1 %> of 3 + Step <%= $this->Parent->ActiveStepIndex+1 %> of 3
-- cgit v1.2.3