From: cajus Date: Mon, 24 Apr 2006 15:25:38 +0000 (+0000) Subject: Made Workstation the default device type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d3acb2febaa9e224c126f2350afe153878aa0cc8;p=gosa.git Made Workstation the default device type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3096 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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()