summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f30cdf4)
raw | patch | inline | side by side (parent: f30cdf4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 09:19:18 +0000 (09:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 09:19:18 +0000 (09:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19703 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc
index a4595f5259ad2f574986029d63aad6e87da91101..d556e0f40bffb5631ddc2729c7f7418d337764af 100644 (file)
<?php
-class installRecipe extends plugin
+class InstallRecipe extends plugin
{
public $member = array();
public $ksTemplate = "";
foreach($this->attributes as $attr){
$smarty->assign($attr, $this->$attr);
}
- return($smarty->fetch(get_template_path('goto/Device/installRecipe.tpl', TRUE)));
+ return($smarty->fetch(get_template_path('goto/Device/InstallRecipe.tpl', TRUE)));
}