X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fclass_SelectDeviceType.inc;h=65bd07d86a2f495acf0cc65f83f7aae1acf2a59d;hb=492133654424affe573db29aba364fdd8bdb3c83;hp=cbe2e66f72d552a02b62f75fdc0f43d320d471d1;hpb=07e6492263fef837908f515518bd362b433a44ce;p=gosa.git 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()