Code

Remove additional column that broke the layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 13:30:20 +0000 (13:30 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 13:30:20 +0000 (13:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14051 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index ec72b92592dacb627a36de0db0a46219e1f462da..afe75ff91ad9395e16021a9b23b1c822938ccf11 100644 (file)
@@ -142,7 +142,7 @@ echo "filter for images, action menu, sorting, department browsing, filter base
     // Need to fill the list if it's not full (nobody knows why this is 22 ;-))
     if (count($this->entries) < 22) {
       $result.= "<tr>";
-      for ($i= 0; $i<=$num_cols; $i++) {
+      for ($i= 0; $i<$num_cols; $i++) {
         if ($i == 0) {
           $result.= "<td class='list1nohighlight' style='height:100%;'>&nbsp;</td>";
           continue;