Moved the leases element onto the new grid helper.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@261 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-08 19:22:22 +00:00
parent f77281835d
commit 311d8be646
3 changed files with 20 additions and 27 deletions

View File

@@ -61,9 +61,11 @@ echo '<div CLASS="detail supporting">' . "\n";
* Lease History
*/
echo $this->element('leases',
array('caption' => 'Lease History',
'leases' => $leases));
echo $this->element('leases', array
('config' => array
('caption' => 'Lease History',
'rows' => $leases,
)));
/**********************************************************************