summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f9f1f6)
raw | patch | inline | side by side (parent: 9f9f1f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Mar 2006 04:39:37 +0000 (04:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Mar 2006 04:39:37 +0000 (04:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2851 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index facef3d3819a0a46dc5b28be50cf00f2af88794a..77e38efb5ab75ad21ddc92096740bf3bbcf64837 100644 (file)
if ($this->parent != NULL){
$smarty->assign("tabbed", 1);
- }
+ }else{
+ $smarty->assign("tabbed", 0);
+ }
$display.= $smarty->fetch (get_template_path('oxchange.tpl', TRUE, dirname(__FILE__)));
return ($display);