From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001
From: Fabio Bas
Date: Mon, 7 Dec 2015 15:57:51 +0100
Subject: Move urls from pradosoft.com to github's project page; drop
unmaintained quickstart tutorial translations
---
demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(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 6023450c..e6fd16e1 100755
--- a/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page
+++ b/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page
@@ -24,7 +24,7 @@ We create two files protected/pages/users/EditUser.page and protect
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.
-- The "username" text box is replaced by a TLabel control because we do not allow modifying username;
+- The "username" text box is replaced by a TLabel control because we do not allow modifying username;
- The validator for the "password" input is removed. This is because if the user does not provide a password during editting, it means the user does not want to change the password.
- The "role" input is surrounded with TControl whose visibility is toggled according to the role of the currently logged-in user. If the user is not an administrator, the "role" input will not be displayed because normal users are not allowed to modify their roles.
@@ -184,7 +184,7 @@ class EditUser extends TPage
-The onInit() method is invoked by PRADO during one of the page lifecycles. Other commonly overriden lifecycle methods include onPreInit(), onLoad() and onPreRender().
+The onInit() method is invoked by PRADO during one of the page lifecycles. Other commonly overriden lifecycle methods include onPreInit(), onLoad() and onPreRender().
Adding Permission Check
--
cgit v1.2.3