Code

Fixed creation if departments (organizationalUnit)
[gosa.git] / gosa-core / include / class_tabs.inc
index f277f815bd7c0d5455838d15bfdee31ced4c82de..71499f098a10f31bc988f7300fba1fac91b74667 100644 (file)
@@ -190,7 +190,10 @@ class tabs
 
   function gen_tabs($disabled = FALSE)
   {
-    $display= "<input type=\"hidden\" name=\"arg\" value=\"\">";
+    $display ="";
+    if(!$disabled){
+      $display.= "<input type=\"hidden\" name=\"arg\" value=\"\">";
+    }
     $display.= "<table summary=\"\" cellpadding=0 cellspacing=0 border=0 style=\"width:100%;\"><tr>";
     $index= 0;
     $style= array("tab_left", "tab_active", "tab_near_active", "tab_right");