From 006f034ccff9570f5563c9c764902e48965fb2ed Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 19 Aug 2005 09:19:11 +0000 Subject: [PATCH] Added unset tabbed attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1186 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_proxyAccount.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc index a097972dd..740e32be2 100644 --- a/plugins/personal/connectivity/class_proxyAccount.inc +++ b/plugins/personal/connectivity/class_proxyAccount.inc @@ -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 */ -- 2.30.2