Code

Updated work startup
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_SelectDeviceType.inc
index c17b8ef5f1f2e5777aa5e6ccb8a43c001416ed4c..5b9ebfb20c08bbcfabe35c5898f223bdd0a054fc 100644 (file)
@@ -2,11 +2,6 @@
 
 class SelectDeviceType extends plugin
 {
-  /* CLI vars */
-  var $cli_summary= "Manage server basic objects";
-  var $cli_description= "Some longer text\nfor help";
-  var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
-
   /* attribute list for save action */
   var $ignore_account= TRUE;
   var $attributes= array("ObjectGroup","SystemType");
@@ -51,7 +46,7 @@ class SelectDeviceType extends plugin
     $smarty->assign("ObjectGroup",$this->ObjectGroup);
     $smarty->assign("SystemType",$this->SystemType);
 
-    $display.= $smarty->fetch(get_template_path('SelectDeviceType.tpl', TRUE));
+    $display.= $smarty->fetch(get_template_path('SelectDeviceType.tpl', TRUE,dirname(__FILE__)));
     return($display);
   }