From ff4e05d8f0a88786e461c95c5fd41a4f54d67bbb Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Apr 2010 13:29:28 +0000 Subject: [PATCH] get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17701 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/fai/admin/fai/class_faiProfile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/fai/admin/fai/class_faiProfile.inc b/gosa-plugins/fai/admin/fai/class_faiProfile.inc index a9a871e82..6de7c70ab 100644 --- a/gosa-plugins/fai/admin/fai/class_faiProfile.inc +++ b/gosa-plugins/fai/admin/fai/class_faiProfile.inc @@ -288,7 +288,7 @@ class faiProfile extends plugin $smarty->assign("usePrototype", "true"); $smarty->assign("freeze", preg_match("/freeze/i",$this->FAIstate)); $smarty->assign("FAIclasses" ,$this->FAIclasses); - $smarty->assign("divlist" ,$this->classList->render()); + $smarty->assign("listing" ,$this->classList->render()); /* Magic quotes GPC, escapes every ' " \, to solve some security risks * If we post the escaped strings they will be escaped again -- 2.30.2