Code

Updated pluglist
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 12:26:56 +0000 (12:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 12:26:56 +0000 (12:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15745 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_pluglist.inc

index b246cb322aed1dc404afe636e23ee9ef448dc62e..c03b0082d6b520b3f0015dd5f87f1274198b3f9f 100644 (file)
@@ -246,11 +246,11 @@ class pluglist {
       foreach ($cfg as $headline => $plug){
         $col= 0;
 
+        $this->iconmenu .= "\n  <div class='clear'></div>\n";
         if($add_hr){
           $add_hr = FALSE;
           $this->iconmenu .= "\n  <hr>\n";
         }
-        $this->iconmenu .= "\n  <div class='clear'></div>\n";
         $this->iconmenu .= "\n  <h3 class='icon-menu-title'>". _($headline)."</h3>\n";
 
         foreach ($plug as $info){