diff --git a/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc b/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc
index 1ac5650..29ed94c 100644
--- a/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc
@@ -27,77 +27,32 @@
// gets the delete stuff
function getPage() {
global $default;
- $oSystem = new System;
-
- global $default;
-
- $aRowNames = array ("LDAP Server: ",
- "LDAP Root DN: ",
- "LDAP Server Type (iPlanet OR ActiveDirectory): ",
- "Email Server:",
- "Administrator Email Address: ",
- "Administrator Name: ",
- "Default Email Address: ",
- "Default Email Name: ",
- "Document Root: ",
- "Language Directory: ",
- "User Interface Directory: ",
- "Root URL: ",
- "Graphics URL: ",
- "User Interface URL: ",
- "Default Language: ",
- "Session Timeout: ");
-
- $aNames = array("fldapServer",
- "fldapRootDn",
- "fldapServerType",
- "femailServer",
- "femailAdmin",
- "femailAdminName",
- "femailFrom",
- "femailFromName",
- "fdocumentRoot",
- "flanguageDirectory",
- "fuiDirectory",
- "frootUrl",
- "fgraphicsUrl",
- "fuiUrl",
- "fdefaultLanguage",
- "fsessionTimeout");
-
- $aValue = $aNames;
- // todo
-
- // create a for loop that'll print out the names and input field with the value in
- // use the system table to get the value into the text field, by passing it the name
- // then loop a database entry to add everything...
- // and then when submit...run a set thingy..
+ $oSystem = $default->system;
$sToRender .= renderHeading("System Settings");
$sToRender .= "