summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7caac13)
raw | patch | inline | side by side (parent: 7caac13)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Sep 2010 09:04:59 +0000 (09:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Sep 2010 09:04:59 +0000 (09:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19863 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc | patch | blob | history |
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 ad89ebb6739dc8d73eb49abd7513c87f4d52ceb8..24373b044a12d4b31ee8b219fd7811487c93801b 100644 (file)
}
- 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;
}
- 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']);
}
}
- /*! \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