From 09268f4514af1162b016e25550151bc9a8e28dee Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 30 Sep 2010 09:04:59 +0000 Subject: [PATCH] Updated device item config git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19863 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/Config/class_DeviceConfig.inc | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc b/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc index ad89ebb67..24373b044 100644 --- a/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc +++ b/gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc @@ -102,7 +102,8 @@ class DeviceConfig extends management } - function editEntry($action="",$target=array(),$all=array(), $altTabClass ="", $altTabType = "", $altAclCategory="") + function editEntry($action="",$target=array(),$all=array(), + $altTabClass ="", $altTabType = "", $altAclCategory="") { $this->setCurrentItem($target[0]); $this->dialogObject = $this->TemplateEngine; @@ -123,7 +124,8 @@ class DeviceConfig extends management } - function openEntry($action="",$target=array(),$all=array(), $altTabClass ="", $altTabType = "", $altAclCategory="") + function openEntry($action="",$target=array(),$all=array(), + $altTabClass ="", $altTabType = "", $altAclCategory="") { $this->setBase($this->currentItemValues[$target[0]]['base']); } @@ -354,26 +356,6 @@ class DeviceConfig extends management } - /*! \brief Renders the HTML content for the device-config plugin. - * @return String The generated HTML code. - */ - function _execute() - { - $smarty = get_smarty(); - - // Generate item list - $list = $this->getItemList(); - - // Assign current item info - $smarty->assign('containerName', $this->currentItemDescriptor['name']); - $smarty->assign('containerDescription', $this->currentItemDescriptor['description']); - - // Assign the generated HTML of Widgets. - $smarty->assign('template',$this->TemplateEngine->render()); - return($smarty->fetch(get_template_path('goto/Config/DeviceConfig.tpl', TRUE))); - } - - /*! \brief Keep track of posted values, some may be interesting for us. * Tell the template engine to take care of posted values too. * @param String -- 2.30.2