From f43f2dcc16a2f93d69eba8d11e5a46652eb613d4 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 8 Jul 2003 09:20:54 +0000 Subject: [PATCH] improved instruction text --- presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc b/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc index c490636..1b59006 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc @@ -15,14 +15,14 @@ function getPage($iUserID, $iGroupID) { $oGroup = null; if (isset($iUserID)) { - $heading = "Please Assign the User to a Group:\n"; $oUser = User::get($iUserID); - //$heading = "Are you Sure you wish to assign the User to the Group?\n"; - } else{ - $heading = "Please Assign a User to a Group:\n"; } + if (isset($iGroupID)) { $oGroup = Group::get($iGroupID); + $heading = "Please confirm your choice by clicking 'Assign', or 'Cancel' to abort.\n"; + } else { + $heading = "Please choose the Group to assign to this user.\n"; } $sQueryString = "&fUserID=$iUserID"; -- libgit2 0.21.4