From b589f336be1beb8ad93eb7e5acde2dc7a8c1d2f8 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 16 Sep 2010 08:26:52 +0000 Subject: [PATCH] Updated system listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19695 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/class_systemManagement.inc | 14 +++++++------- .../systems/admin/systems/system-filter.xml | 4 ++-- gosa-plugins/systems/admin/systems/system-list.xml | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index fc84b6a96..84f4c7121 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -119,7 +119,7 @@ class systemManagement extends management $this->registerAction("systemTypeChosen","systemTypeChosen"); $this->registerAction("handleActivationQueue","handleActivationQueue"); - $this->registerAction("new_registeredDevice", "newEntry"); + $this->registerAction("new_Device", "newEntry"); $this->registerAction("new_goServer", "newEntry"); $this->registerAction("new_gotoWorkstation", "newEntry"); $this->registerAction("new_gotoTerminal", "newEntry"); @@ -1273,14 +1273,14 @@ class systemManagement extends management public function getObjectDefinitions() { $tabs = array( - "registeredDevice" => array( + "device" => array( "ou" => "ou=systems,", - "plugClass" => "registeredDevice", - "tabClass" => "registeredDeviceTab", - "tabDesc" => "REGISTEREDDEVICETABS", - "aclClass" => "registeredDevice", + "plugClass" => "Device", + "tabClass" => "DeviceTab", + "tabDesc" => "NEWDEVICETABS", + "aclClass" => "Device", "sendEvents" => FALSE, - "aclCategory" => "registeredDevice"), + "aclCategory" => "device"), "FAKE_OC_OpsiHost" => array( "ou" => "", diff --git a/gosa-plugins/systems/admin/systems/system-filter.xml b/gosa-plugins/systems/admin/systems/system-filter.xml index b43d8565a..2ad58ebac 100644 --- a/gosa-plugins/systems/admin/systems/system-filter.xml +++ b/gosa-plugins/systems/admin/systems/system-filter.xml @@ -12,7 +12,7 @@ printer winworkstation component - registeredDevice + Device auto default dn @@ -35,7 +35,7 @@ (& (|(objectClass=goServer) (objectClass=gotoWorkstation) - (objectClass=registeredDevice) + (objectClass=device) (objectClass=gotoTerminal) (objectClass=goFonHardware) (objectClass=ieee802Device) diff --git a/gosa-plugins/systems/admin/systems/system-list.xml b/gosa-plugins/systems/admin/systems/system-list.xml index 7946d5b72..7607a30cb 100644 --- a/gosa-plugins/systems/admin/systems/system-list.xml +++ b/gosa-plugins/systems/admin/systems/system-list.xml @@ -11,10 +11,10 @@ 1 - - registeredDevice - registeredDevice - registeredDevice + + device + Device + Device images/lists/edit.png @@ -212,11 +212,11 @@ - new_registeredDevice + new_Device entry images/lists/edit.png - - registeredDevice + + Device -- 2.30.2