X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Ffai%2Fadmin%2Ffai%2Fclass_faiTemplate.inc;h=6207b37aa8f867c1361f958ff4c6b57aeff7cc3f;hb=8cd748822ec15f04dd8a97616de7c6ee2c7826e1;hp=6fc3a66af8bb7acce99d8340a959e72322364a67;hpb=f2f444ef24fe511657ddc8492fe3b8ce8b185300;p=gosa.git diff --git a/gosa-plugins/fai/admin/fai/class_faiTemplate.inc b/gosa-plugins/fai/admin/fai/class_faiTemplate.inc index 6fc3a66af..6207b37aa 100644 --- a/gosa-plugins/fai/admin/fai/class_faiTemplate.inc +++ b/gosa-plugins/fai/admin/fai/class_faiTemplate.inc @@ -303,7 +303,7 @@ class faiTemplate extends plugin $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