summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8c755f)
raw | patch | inline | side by side (parent: a8c755f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Sep 2008 07:43:17 +0000 (07:43 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12315 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 5f570576bd693c48583e6dfe4242d3162b07b14e..5e0caedd8f912918b9791e3344c5a327aec0e23e 100644 (file)
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: