mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix a few more redirects resulting in unwanted iframes.
This commit is contained in:
parent
2e8a353f3e
commit
76f970967f
@ -89,7 +89,10 @@ class infolog_customfields
|
|||||||
}
|
}
|
||||||
// fall through
|
// fall through
|
||||||
case 'cancel':
|
case 'cancel':
|
||||||
egw::redirect_link('/admin/index.php', null, 'admin');
|
egw::redirect_link('/index.php', array(
|
||||||
|
'menuaction' => 'admin.admin_ui.index',
|
||||||
|
'ajax' => 'true'
|
||||||
|
), 'admin');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -2396,7 +2396,10 @@ class infolog_ui
|
|||||||
|
|
||||||
if($button == 'save' || $button == 'cancel')
|
if($button == 'save' || $button == 'cancel')
|
||||||
{
|
{
|
||||||
egw::redirect_link('/admin/index.php', null, 'admin');
|
egw::redirect_link('/index.php', array(
|
||||||
|
'menuaction' => 'admin.admin_ui.index',
|
||||||
|
'ajax' => 'true'
|
||||||
|
), 'admin');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user