From: hickert Date: Tue, 11 May 2010 09:11:27 +0000 (+0000) Subject: Updated properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5274a6211ab1d2c3e94c971781b949b8ce7091ad;p=gosa.git Updated properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18352 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 777198691..cb9126031 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -693,11 +693,21 @@ class workgeneric extends plugin "name" => "workstationRDN", "type" => "rdn", "default" => "ou=workstations,ou=systems,", - "description" => "The 'workstationRDN' statement defines the location where new workstations will be created. The default is 'ou=workstations,ou=systems,'.", + "description" => _("The 'workstationRDN' statement defines the location where new workstations will be created. The default is 'ou=workstations,ou=systems,'."), "check" => "gosaProperty::isRdn", "migrate" => "", "group" => "plugin", "mandatory" => FALSE + ), + array( + "name" => "systemIsoHook", + "type" => "cmd", + "default" => "", + "description" => _("To enable the burn CD image function, you can specify the 'systemIsoHook'. You will get a CD symbol in the systems list - which calls the hook if pressed."), + "check" => "gosaProperty::isCommand", + "migrate" => "", + "group" => "plugin", + "mandatory" => FALSE ) ),