summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c14b7df)
raw | patch | inline | side by side (parent: c14b7df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 28 Aug 2008 12:56:36 +0000 (12:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 28 Aug 2008 12:56:36 +0000 (12:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12299 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opsi/admin/opsi/class_opsiware.inc | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsi/class_opsiware.inc b/gosa-plugins/opsi/admin/opsi/class_opsiware.inc
index d192ea63f050c6876d1e46a30ebd0711084acf97..5f570576bd693c48583e6dfe4242d3162b07b14e 100644 (file)
<?php
-class opsiware extends plugin
+class opsiWare extends plugin
{
private $opsi;
private $SW_info;
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);
}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: