forked from extern/egroupware
fixed not working context sensitiv manual page for site config pages
This commit is contained in:
parent
af5804129f
commit
6ca395375e
@ -449,7 +449,7 @@ class egw_framework
|
|||||||
{
|
{
|
||||||
$apps[$app]['target'] = ' target="'.$app.'" onClick="'."if (this != '') { window.open(this+'".
|
$apps[$app]['target'] = ' target="'.$app.'" onClick="'."if (this != '') { window.open(this+'".
|
||||||
(strpos($apps[$app]['url'],'?') !== false ? '&' : '?').
|
(strpos($apps[$app]['url'],'?') !== false ? '&' : '?').
|
||||||
"referer='+encodeURI(location),this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }".'"';
|
"referer='+encodeURIComponent(location),this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }".'"';
|
||||||
}
|
}
|
||||||
elseif(isset($GLOBALS['egw_info']['flags']['navbar_target']) && $GLOBALS['egw_info']['flags']['navbar_target'])
|
elseif(isset($GLOBALS['egw_info']['flags']['navbar_target']) && $GLOBALS['egw_info']['flags']['navbar_target'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user