From a1c09e7b55f30e952697e979fda4e1bdf37461c5 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 4 Mar 2010 08:32:18 +0000 Subject: [PATCH] Updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16043 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 7ccc6a7a1..e526029db 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -186,7 +186,7 @@ class sortableListing { public function render() { $result= "
\n"; - $result.= "cssclass)?" class='".$this->cssclass."'":"").">\n"; + $result.= "
cssclass)?" class='".$this->cssclass."'":"").">\n"; $action_width= 0; if (strpos($this->acl, 'w') === false) { $edit_image= $this->editable?""._("Edit")."":""; -- 2.30.2