Code

Updated FAI entry listing
[gosa.git] / gosa-core / include / class_sortableListing.inc
index 26d30870e2edb979bdcc66f531275c669d66150e..21b6672a5e7c4cac16571eb6da025855b60f6af6 100644 (file)
@@ -250,7 +250,7 @@ class sortableListing {
     $reorderable= $this->reorderable?"":" style='cursor:default'";
     if (strpos($this->acl, 'r') !== false) {
       foreach ($this->mapping as $nr => $row) {
-        $editable= $this->editable?" onclick='$(\"edit_".$this->id."_$nr\").click()'":"";
+        $editable= $this->editable?" onClick='$(\"edit_".$this->id."_$nr\").click()'":"";
 
         $id= "";
         if (isset($this->modes[$row])) {