From: cajus Date: Wed, 17 Dec 2008 10:43:30 +0000 (+0000) Subject: Added windows workstation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a19613d1ffb678175f213d2e848689d69ca81e2f;p=gosa.git Added windows workstation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13303 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc index f616b4137..0c4beff9c 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc @@ -36,7 +36,7 @@ class SelectDeviceType extends plugin asort($tmp, SORT_LOCALE_STRING); $this->ObjectGroups= $tmp; - $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server")); + $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server"), "opsi_client"=>_("Windows workstation")); } function execute()