Code

get rid of the div stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Apr 2010 13:29:19 +0000 (13:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Apr 2010 13:29:19 +0000 (13:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17698 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiHook.inc

index 7a21677a9fb85266c3bf8b578b168919306835a2..be9f4b364274a552327c593eafc75006f832e5fb 100644 (file)
@@ -289,7 +289,7 @@ class faiHook extends plugin
 
     $this->hookListWidget->setListData($this->convertList(TRUE), $this->convertList());
     $this->hookListWidget->update();
-    $smarty->assign("Entry_divlist",$this->hookListWidget->render());
+    $smarty->assign("Entry_listing",$this->hookListWidget->render());
 
     /* Magic quotes GPC, escapes every ' " \, to solve some security risks
      * If we post the escaped strings they will be escaped again