summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4805c4)
raw | patch | inline | side by side (parent: a4805c4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Apr 2008 07:49:06 +0000 (07:49 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc
index 756a978933f3f8dd196f3b23bf3515d8a8adff7b..893761340eac43b4255408304b4c547739fd34e5 100644 (file)
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);
}