element('table',
array('class' => 'item customer detail',
'caption' => 'Tenant Info',
'rows' => $rows,
'column_class' => array('field', 'value')));
/**********************************************************************
* Customer Info Box
*/
?>
Security Deposit:
Balance:
element('contacts',
array('caption' => 'Customer Contacts',
'contacts' => $customer['Contact']));
/**********************************************************************
* Lease History
*/
echo $this->element('leases',
array('caption' => 'Lease History',
'leases' => $customer['Lease']));
/**********************************************************************
* Account
*/
echo $this->element('accounts',
array('caption' => 'Account',
'accounts' => array($customer['Account'])));
/* End "detail supporting" DIV */ ?>