mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Keep appname through actions, fixes blank after action
This commit is contained in:
parent
210b403777
commit
5e23bd2ce8
@ -471,6 +471,7 @@ class admin_categories
|
|||||||
}
|
}
|
||||||
elseif($content['nm']['action'])
|
elseif($content['nm']['action'])
|
||||||
{
|
{
|
||||||
|
$appname = $content['nm']['appname'];
|
||||||
// Old buttons
|
// Old buttons
|
||||||
foreach(array('delete') as $button)
|
foreach(array('delete') as $button)
|
||||||
{
|
{
|
||||||
@ -515,6 +516,8 @@ class admin_categories
|
|||||||
{
|
{
|
||||||
$msg .= lang('%1 category(s) %2, %3 failed because of insufficent rights !!!',$success,$action_msg,$failed);
|
$msg .= lang('%1 category(s) %2, %3 failed because of insufficent rights !!!',$success,$action_msg,$failed);
|
||||||
}
|
}
|
||||||
|
egw_framework::refresh_opener($msg, 'admin');
|
||||||
|
$msg = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$content['msg'] = $msg;
|
$content['msg'] = $msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user