From: hickert Date: Mon, 19 Apr 2010 13:29:19 +0000 (+0000) Subject: get rid of the div stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b03b3d03e7d3e4ff2ca8ca82aeb60584d6643968;hp=59c0cc1f8ed94de8c4e879696e5439c6f78fa0ef;p=gosa.git get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17698 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiHook.inc b/gosa-plugins/fai/admin/fai/class_faiHook.inc index 7a21677a9..be9f4b364 100644 --- a/gosa-plugins/fai/admin/fai/class_faiHook.inc +++ b/gosa-plugins/fai/admin/fai/class_faiHook.inc @@ -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