Code

Fixed removal of template and profile entries.
[gosa.git] / gosa-plugins / fai / admin / fai / class_faiTemplate.inc
index 4acd6041a34f7dbf5ccda3845727fba5a6a63968..47313ac420467f4357e809df160d771ce8f86a6e 100644 (file)
@@ -69,6 +69,7 @@ class faiTemplate extends plugin
 
     // Prepare lists
     $this->templateList = new sortableListing();
+    $this->templateList->setInstantDelete(false);
     $this->templateList->setDeleteable(true);
     $this->templateList->setEditable(true);
     $this->templateList->setWidth("100%");
@@ -76,7 +77,6 @@ class faiTemplate extends plugin
     $this->templateList->setColspecs(array('*','18px'));
     $this->templateList->setHeader(array(_("Name"),""));
     $this->templateList->setDefaultSortColumn(0);
-
   }