Code

Added unset tabbed attribute
[gosa.git] / plugins / personal / connectivity / class_proxyAccount.inc
index a097972ddc889696a482a309908a55e6cee6c384..740e32be21fb697b3f3439a8e221253547a96a20 100644 (file)
@@ -42,6 +42,8 @@ class proxyAccount extends plugin
     /* Show checkbox? */
     if ($this->parent != NULL){
       $smarty->assign("tabbed", "1");
+    } else {
+      $smarty->assign("tabbed", "0");
     }
 
     /* Assign radio boxes */