Code

Renamed opsi class.
[gosa.git] / gosa-plugins / opsi / admin / opsi / class_opsiware.inc
index d192ea63f050c6876d1e46a30ebd0711084acf97..5f570576bd693c48583e6dfe4242d3162b07b14e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-class opsiware extends plugin
+class opsiWare extends plugin
 {
   private $opsi;
   private $SW_info;
@@ -43,7 +43,7 @@ class opsiware extends plugin
     if($this->init_failed){
       $smarty->assign("type", $this->type);
       $smarty->assign("message",$this->opsi->get_error());
-      return($smarty->fetch(get_template_path("opsiware.tpl",TRUE,dirname(__FILE__))));
+      return($smarty->fetch(get_template_path("opsiWare.tpl",TRUE,dirname(__FILE__))));
     }  
 
     $smarty->assign("type", $this->type);
@@ -53,7 +53,7 @@ class opsiware extends plugin
     }else{
       $smarty->assign("info", $this->SW_info);
     }
-    return($smarty->fetch(get_template_path("opsiware.tpl",TRUE,dirname(__FILE__))));
+    return($smarty->fetch(get_template_path("opsiWare.tpl",TRUE,dirname(__FILE__))));
   }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: