forked from extern/egroupware
fixed not working context sensitiv manual page for site config pages
This commit is contained in:
parent
d35514aaea
commit
434346bb0b
@ -449,7 +449,7 @@ class egw_framework
|
||||
{
|
||||
$apps[$app]['target'] = ' target="'.$app.'" onClick="'."if (this != '') { window.open(this+'".
|
||||
(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'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user