Code

Updated properties.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 09:11:27 +0000 (09:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 09:11:27 +0000 (09:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18352 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index 777198691f2e739b60c28e480faec6c4a548881b..cb91260318b0f6eb8eb2361523df138cc0326fcf 100644 (file)
@@ -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
                   )
               ),