Code

Opsi update
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 07:43:17 +0000 (07:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 07:43:17 +0000 (07:43 +0000)
-Changed template name.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12315 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsi/class_opsiware.inc

index 5f570576bd693c48583e6dfe4242d3162b07b14e..5e0caedd8f912918b9791e3344c5a327aec0e23e 100644 (file)
@@ -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: