From fd24b511e02ffc1426e1071d0a075f3eceb45536 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 30 Aug 2007 09:21:17 +0000 Subject: [PATCH] Removed Debug tag. Removed old style acls. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7169 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_dhcpNewSectionDialog.inc | 2 +- plugins/admin/systems/class_servDHCP.inc | 2 -- plugins/admin/systems/dhcpNewSection.tpl | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/admin/systems/class_dhcpNewSectionDialog.inc b/plugins/admin/systems/class_dhcpNewSectionDialog.inc index e2235d372..756a97893 100644 --- a/plugins/admin/systems/class_dhcpNewSectionDialog.inc +++ b/plugins/admin/systems/class_dhcpNewSectionDialog.inc @@ -47,8 +47,8 @@ class dhcpNewSectionDialog extends plugin $t_sections[$section]= $this->types[$section]; } asort($t_sections); + $ui = get_userinfo(); $smarty->assign("sections", $t_sections); - $smarty->assign("dhcpSectionACL", chkacl($this->acl,"DHCP")); $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE)); return($display); } diff --git a/plugins/admin/systems/class_servDHCP.inc b/plugins/admin/systems/class_servDHCP.inc index d5825f5ef..c6cc177d5 100644 --- a/plugins/admin/systems/class_servDHCP.inc +++ b/plugins/admin/systems/class_servDHCP.inc @@ -58,8 +58,6 @@ class servdhcp extends goService /* Call parent execute */ plugin::execute(); - $this->reload(); - /* Fill templating stuff */ $smarty= get_smarty(); $display= ""; diff --git a/plugins/admin/systems/dhcpNewSection.tpl b/plugins/admin/systems/dhcpNewSection.tpl index 3d48e07cc..517c3b403 100644 --- a/plugins/admin/systems/dhcpNewSection.tpl +++ b/plugins/admin/systems/dhcpNewSection.tpl @@ -7,7 +7,7 @@


{t}Section{/t}  - {html_options options=$sections} -- 2.30.2