link($ledger['Account']['name'],
array('controller' => 'accounts',
'action' => 'view',
$ledger['Account']['id']))),
array('Closed', $ledger['Ledger']['closed']),
array('Comment', $ledger['Ledger']['comment']));
echo $this->element('table',
array('class' => 'item ledger detail',
'caption' => 'Ledger Detail',
'rows' => $rows,
'column_class' => array('field', 'value')));
/**********************************************************************
* Ledger Info Box
*/
?>
element('ledger',
array('caption' => $ledger['Ledger']['name'],
'ledger' => array('id' => $ledger['Ledger']['id'],
'type' => $ledger['Account']['type']),
'entries' => $ledger['LedgerEntry']));
/* End "detail supporting" DIV */ ?>