From: hickert Date: Thu, 4 Mar 2010 08:32:18 +0000 (+0000) Subject: Updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a1c09e7b55f30e952697e979fda4e1bdf37461c5;p=gosa.git Updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16043 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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")."":"";