From 016b47bd766c0df095b64b6f6ed704b6a0988ac9 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 30 Mar 2010 09:43:59 +0000 Subject: [PATCH] Updated FAI entry listing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17385 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 26d30870e..21b6672a5 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -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])) { -- 2.30.2