link('#'.$payment['Receipt']['id'], array('controller' => 'receipts', 'action' => 'view', $payment['Receipt']['id']))), array('Amount', currency($payment['Payment']['amount'])), array('Comment', $payment['Payment']['comment'])); echo $this->element('table', array('class' => 'item payment detail', 'caption' => 'Payment Info', 'rows' => $rows, 'column_class' => array('field', 'value'))); ?>