Code

Updated ACLs
[gosa.git] / gosa-core / include / class_sortableListing.inc
index ec56d1215d10848f9a1ee2fb4716b9cca07aefc0..55c3bbfe9bc5617b76eabbc41a0c9de330ad8334 100644 (file)
@@ -221,7 +221,7 @@ class sortableListing {
     // Do we need a header?
     if ($this->header) {
       $result.= " <thead>\n  <tr>\n";
-      $first= " style='border:0'";
+      $first= " style='border-left:0'";
       for ($i= 0; $i<$this->columns; $i++) {
         $link= "href='?plug=".$_GET['plug']."&amp;PID=".$this->id."&amp;act=SORT_$i'";
         $sorter= "";