From aadfe2a591addb39c8453fcaf66502630399c99d Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 10 Jun 2003 11:11:08 +0000 Subject: [PATCH] Changed heading to use "Roles" not Orginisation --- presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php b/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php index 7757484..ef91c13 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php @@ -33,7 +33,7 @@ if (checkSession()) { if(checkSession()) { global $default; - $oPatternCustom->addHtml(renderHeading("Current System Organisations")); // Create the Heading + $oPatternCustom->addHtml(renderHeading("Current System Roles")); // Create the Heading $main->setFormAction($_SERVER['PHP_SELF']); -- libgit2 0.21.4