app-header for delete

This commit is contained in:
Ralf Becker 2003-06-29 23:02:34 +00:00
parent 0c4a8b5323
commit 594ed5bd57
2 changed files with 6 additions and 2 deletions

View File

@ -137,7 +137,7 @@
} }
$rows = array( $total ); $rows = array( $total );
$readonlys = array(); $readonlys = array();
while (list($id,$info) = each($ids)) foreach($ids as $id => $info)
{ {
$rows[] = $this->get_info($info,$readonlys,$query['action'],$query['action_id']); $rows[] = $this->get_info($info,$readonlys,$query['action'],$query['action_id']);
} }
@ -256,6 +256,8 @@
$values['main']['no_actions'] = True; $values['main']['no_actions'] = True;
$persist['info_id'] = $info_id; $persist['info_id'] = $info_id;
$persist['referer'] = $referer; $persist['referer'] = $referer;
$GLOBALS['phpgw_info']['flags']['app_header'] = lang('InfoLog').' - '.lang('Delete');
$this->tmpl->exec('infolog.uiinfolog.delete',$values,'',$readonlys,$persist); $this->tmpl->exec('infolog.uiinfolog.delete',$values,'',$readonlys,$persist);
} }

File diff suppressed because one or more lines are too long