summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff4e05d)
raw | patch | inline | side by side (parent: ff4e05d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:30 +0000 (13:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:30 +0000 (13:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17702 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiScript.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiScript.inc b/gosa-plugins/fai/admin/fai/class_faiScript.inc
index a311eb1403c989759c0170b545230e91fa02bfda..2703ae7219a1bc6b6f793396f920c84f7922642e 100644 (file)
$this->scriptListWidget->setListData($this->convertList(TRUE), $this->convertList());
$this->scriptListWidget->update();
- $smarty->assign("Entry_divlist",$this->scriptListWidget->render());
+ $smarty->assign("Entry_listing",$this->scriptListWidget->render());
/* Magic quotes GPC, escapes every ' " \, to solve some security risks
* If we post the escaped strings they will be escaped again