From ffc189729b2ce96c35dc78a754dfb15b478c5220 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 11 Apr 2006 17:31:08 +0000
Subject: Fixed a few inconsistency due to change of template parsing.
---
.../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')
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