From: hickert Date: Mon, 19 Apr 2010 13:29:28 +0000 (+0000) Subject: get rid of the div stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ff4e05d8f0a88786e461c95c5fd41a4f54d67bbb;p=gosa.git get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17701 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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