Code

get rid of the div stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 05:47:25 +0000 (05:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 05:47:25 +0000 (05:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17717 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiTemplate.inc

index 6207b37aa8f867c1361f958ff4c6b57aeff7cc3f..1a34c69880a1ea4b57c5b01d6a39817e5bd26ff7 100644 (file)
@@ -274,7 +274,7 @@ class faiTemplate extends plugin
       return($display);
     }
 
-     /* Divlist Containing FAItemplates */
+     /* list Containing FAItemplates */
     $dn  = $this->acl_base_for_current_object($this->dn);
     $acl = $this->ui->get_permissions($dn,"fai/faiTemplateEntry")  ;
     $this->templateList->setAcl($acl,preg_match('/^freeze/', $this->FAIstate));