From 70944795827cffd1bd5a27a9c4a99eb1434f905f Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 15 Apr 2006 14:35:46 +0000 Subject: Merge from branch 3.0 till 913. --- .../protected/pages/Controls/Samples/TDataList/Sample2.page | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TDataList') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page index 4b484b21..a0908f60 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page @@ -26,7 +26,7 @@ Parent->DataItem['id']%> + Text=<%#$this->DataItem['id']%> CommandName="select" /> <%#$this->DataItem['name']%> @@ -83,7 +83,7 @@ Name Parent->DataItem['name'] %> + Text=<%#$this->DataItem['name'] %> /> @@ -91,7 +91,7 @@ Quantity Parent->DataItem['quantity'] %> + Text=<%#$this->DataItem['quantity'] %> /> @@ -99,7 +99,7 @@ Price Parent->DataItem['price'] %> + Text=<%#$this->DataItem['price'] %> /> @@ -107,7 +107,7 @@ Imported Parent->DataItem['imported'] %> + Checked=<%#$this->DataItem['imported'] %> /> -- cgit v1.2.3