Commit aadfe2a591addb39c8453fcaf66502630399c99d

Authored by omar
1 parent 0c5c4c46

Changed heading to use "Roles" not Orginisation


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2114 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php
@@ -33,7 +33,7 @@ if (checkSession()) { @@ -33,7 +33,7 @@ if (checkSession()) {
33 if(checkSession()) { 33 if(checkSession()) {
34 global $default; 34 global $default;
35 35
36 - $oPatternCustom->addHtml(renderHeading("Current System Organisations")); // Create the Heading 36 + $oPatternCustom->addHtml(renderHeading("Current System Roles")); // Create the Heading
37 37
38 38
39 $main->setFormAction($_SERVER['PHP_SELF']); 39 $main->setFormAction($_SERVER['PHP_SELF']);