Code

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

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

index a9a871e82c43893c095e87239521f5376924160a..6de7c70ab68c3b6f187c4095644c60a62b9a7eb7 100644 (file)
@@ -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