Code

Updated DHCP plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Apr 2008 07:49:06 +0000 (07:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Apr 2008 07:49:06 +0000 (07:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10343 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc

index 756a978933f3f8dd196f3b23bf3515d8a8adff7b..893761340eac43b4255408304b4c547739fd34e5 100644 (file)
@@ -49,7 +49,7 @@ class dhcpNewSectionDialog extends plugin
     asort($t_sections);
     $ui = get_userinfo();
     $smarty->assign("sections", $t_sections);
-    $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE));
+    $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE, dirname(__FILE__)));
     return($display);
   }