From d3acb2febaa9e224c126f2350afe153878aa0cc8 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 24 Apr 2006 15:25:38 +0000 Subject: [PATCH] Made Workstation the default device type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3096 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_SelectDeviceType.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_SelectDeviceType.inc b/plugins/admin/systems/class_SelectDeviceType.inc index cbe2e66f7..65bd07d86 100644 --- a/plugins/admin/systems/class_SelectDeviceType.inc +++ b/plugins/admin/systems/class_SelectDeviceType.inc @@ -31,7 +31,7 @@ class SelectDeviceType extends plugin $this->ObjectGroups[$attrs['dn']]= $attrs['cn'][0]; } - $this->SystemTypes =array("server"=>_("Server"),"workstation"=>_("Workstation"),"terminal"=>_("Terminal")); + $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server")); } function execute() -- 2.30.2