Code

Updated device item config
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 30 Sep 2010 09:04:59 +0000 (09:04 +0000)
committerhickert <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

index ad89ebb6739dc8d73eb49abd7513c87f4d52ceb8..24373b044a12d4b31ee8b219fd7811487c93801b 100644 (file)
@@ -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