mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
app-header for delete
This commit is contained in:
parent
0c4a8b5323
commit
594ed5bd57
@ -137,7 +137,7 @@
|
||||
}
|
||||
$rows = array( $total );
|
||||
$readonlys = array();
|
||||
while (list($id,$info) = each($ids))
|
||||
foreach($ids as $id => $info)
|
||||
{
|
||||
$rows[] = $this->get_info($info,$readonlys,$query['action'],$query['action_id']);
|
||||
}
|
||||
@ -256,6 +256,8 @@
|
||||
$values['main']['no_actions'] = True;
|
||||
$persist['info_id'] = $info_id;
|
||||
$persist['referer'] = $referer;
|
||||
|
||||
$GLOBALS['phpgw_info']['flags']['app_header'] = lang('InfoLog').' - '.lang('Delete');
|
||||
|
||||
$this->tmpl->exec('infolog.uiinfolog.delete',$values,'',$readonlys,$persist);
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user