summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 881daa7)
raw | patch | inline | side by side (parent: 881daa7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:17 +0000 (12:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:17 +0000 (12:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17943 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 6de7c70ab68c3b6f187c4095644c60a62b9a7eb7..ee9e9fbcc40ce98bc9c5355c52bbe1e2388b9be2 100644 (file)
$this->classList->setListData($data,$lData);
$this->classList->update();
- $smarty->assign("usePrototype", "true");
+
$smarty->assign("freeze", preg_match("/freeze/i",$this->FAIstate));
$smarty->assign("FAIclasses" ,$this->FAIclasses);
$smarty->assign("listing" ,$this->classList->render());