diff --git a/phpgwapi/templates/idots/footer.tpl b/phpgwapi/templates/idots/footer.tpl index 8808916f76..102d55cfe9 100755 --- a/phpgwapi/templates/idots/footer.tpl +++ b/phpgwapi/templates/idots/footer.tpl @@ -8,6 +8,8 @@ {page_generation_time}

{powered_by}
+ +{activate_tooltips} diff --git a/phpgwapi/templates/idots/navbar.inc.php b/phpgwapi/templates/idots/navbar.inc.php index e2b813dbee..a25b17b3e6 100644 --- a/phpgwapi/templates/idots/navbar.inc.php +++ b/phpgwapi/templates/idots/navbar.inc.php @@ -406,6 +406,7 @@ } $var['powered_by'] = lang('Powered by phpGroupWare version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']); + $var['activate_tooltips'] = ''; $GLOBALS['idots_tpl']->set_var($var); $GLOBALS['idots_tpl']->pfp('out','footer'); } diff --git a/phpgwapi/templates/jerryr/footer.tpl b/phpgwapi/templates/jerryr/footer.tpl index 7776b6cd2e..9991166c5e 100755 --- a/phpgwapi/templates/jerryr/footer.tpl +++ b/phpgwapi/templates/jerryr/footer.tpl @@ -26,6 +26,8 @@ {page_generation_time}

{powered_by}
+ +{activate_tooltips} diff --git a/phpgwapi/templates/jerryr/navbar.inc.php b/phpgwapi/templates/jerryr/navbar.inc.php index 00b2bd4191..9c624020b5 100644 --- a/phpgwapi/templates/jerryr/navbar.inc.php +++ b/phpgwapi/templates/jerryr/navbar.inc.php @@ -398,6 +398,10 @@ href="'.$GLOBALS['phpgw_info']['navbar']['logout']['url'].'">'; + + + $GLOBALS['jerryr_tpl']->set_var($var); $GLOBALS['jerryr_tpl']->pfp('out','footer'); }