Commit 1c889898fbccf7f5282c77366e186f9152b1439e
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
Showing
1 changed file
with
0 additions
and
6 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc
| ... | ... | @@ -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 | 11 | function getGroupDisplay($iGroupID) { |
| 18 | 12 | global $default; |
| 19 | 13 | if (Permission::userIsSystemAdministrator()) { | ... | ... |