From 82a351192f38cc73268ea7de7a48e2e0425d5cbf Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 28 May 2007 00:58:40 +0000 Subject: Fixed a bug when using renderer in TWizard's sidebar. --- demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page') diff --git a/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page b/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page index 055ea62b..c2e2db86 100644 --- a/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page +++ b/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page @@ -15,6 +15,10 @@ To determine which user account is to be editted, we use the following policy:
  • If the current user is a normal user, he can only edit his own account information, and he cannot modify his role data.
  • +

    +We create two files protected/pages/users/EditUser.page and protected/pages/users/EditUser.php to save the page template and page class, respectively. +

    +

    Creating Page Template

    As you may have guessed, the page template EditUser is largely the same as that of NewUser. Besides the difference in page title and the caption of the submit button, there are three main differences. @@ -30,7 +34,7 @@ As you may have guessed, the page template EditUser is largely the same <%@ Title="My Blog - Edit User" %> <com:TContent ID="Main"> - +

    Edit User

    Username: -- cgit v1.2.3