summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f8a2d2)
raw | patch | inline | side by side (parent: 4f8a2d2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:28 +0000 (13:29 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiProfile.inc b/gosa-plugins/fai/admin/fai/class_faiProfile.inc
index a9a871e82c43893c095e87239521f5376924160a..6de7c70ab68c3b6f187c4095644c60a62b9a7eb7 100644 (file)
$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