summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 611d649)
raw | patch | inline | side by side (parent: 611d649)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 09:16:11 +0000 (09:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 09:16:11 +0000 (09:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19701 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/Device/class_installRecipe.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc
index 19be8bf876cdc977a1a7042045932356dbf5be1f..be4276193ba65c56931123c529e3d038d8a51a74 100644 (file)
foreach($this->attributes as $attr){
$smarty->assign($attr, $this->$attr);
}
- return($smarty->fetch(get_template_path('goto/devices/Device.tpl', TRUE)));
+ return($smarty->fetch(get_template_path('goto/Device/Device.tpl', TRUE)));
}
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 ba0dcd51d0e78bfaf9671f540494f42d95282ee7..a4595f5259ad2f574986029d63aad6e87da91101 100644 (file)
foreach($this->attributes as $attr){
$smarty->assign($attr, $this->$attr);
}
- return($smarty->fetch(get_template_path('goto/devices/installRecipe.tpl', TRUE)));
+ return($smarty->fetch(get_template_path('goto/Device/installRecipe.tpl', TRUE)));
}