Code

Made Workstation the default device type
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Apr 2006 15:25:38 +0000 (15:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Apr 2006 15:25:38 +0000 (15:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3096 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_SelectDeviceType.inc

index cbe2e66f72d552a02b62f75fdc0f43d320d471d1..65bd07d86a2f495acf0cc65f83f7aae1acf2a59d 100644 (file)
@@ -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()