Code

Fixed multi query editor
[gosa.git] / gosa-core / include / class_tabs.inc
index 5b4f68b0821e4148067106f63318bac4e50ac361..af356229f9cd67bd8c35a4b26db99bb9c1f720b9 100644 (file)
@@ -114,6 +114,8 @@ class tabs
       $this->current = key($this->by_name);
     }
 
+    pathNavigator::registerPlugin($this);
+
     // Rotate current to last 
     $this->last= $this->current;
 
@@ -357,7 +359,7 @@ class tabs
         }else{
           if(!empty($tmp['string'])){
             $ret .= $tmp['string'];
-            $ret .= "<p class='seperator'>&nbsp;</p>";
+            $ret .= "<hr>";
           }
         }
       }