Commit 1c889898fbccf7f5282c77366e186f9152b1439e

Authored by Michael Joseph
1 parent 71e657b5

removed old method


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2515 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc
@@ -8,12 +8,6 @@ @@ -8,12 +8,6 @@
8 * 8 *
9 */ 9 */
10 10
11 -function getAddUserLink() {  
12 - global $default;  
13 - $sBGColor = $default->siteMap->getSectionColour("Administration", "td");  
14 - return "<table width=\"100%\"><tr><td bgcolor=\"$sBGColor\">" . generateControllerLink("addUser", "", "<font color=\"#ffffff\">Add A User</font>") . "</td></tr></table>\n";  
15 -}  
16 -  
17 function getGroupDisplay($iGroupID) { 11 function getGroupDisplay($iGroupID) {
18 global $default; 12 global $default;
19 if (Permission::userIsSystemAdministrator()) { 13 if (Permission::userIsSystemAdministrator()) {