Code

Updated template location
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Sep 2010 09:16:11 +0000 (09:16 +0000)
committerhickert <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
gosa-plugins/goto/admin/systems/goto/Device/class_installRecipe.inc

index 19be8bf876cdc977a1a7042045932356dbf5be1f..be4276193ba65c56931123c529e3d038d8a51a74 100644 (file)
@@ -45,7 +45,7 @@ class Device extends plugin
         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)));
     }
 
 
index ba0dcd51d0e78bfaf9671f540494f42d95282ee7..a4595f5259ad2f574986029d63aad6e87da91101 100644 (file)
@@ -33,7 +33,7 @@ class installRecipe extends plugin
         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)));
     }