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