From: hickert Date: Mon, 19 Apr 2010 13:29:33 +0000 (+0000) Subject: get rid of the div stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a65188cefcfb2bc73301ba8c05f75efd8ac94d3d;p=gosa.git get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17703 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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