Minor tweak to the css to create a margin for each grid, and so added a div to wrap each item listing. Changed the search boxes to only be available for the overall item listing.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@124 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-14 23:54:48 +00:00
parent b02695631e
commit 352e3487cc
6 changed files with 49 additions and 18 deletions

View File

@@ -22,7 +22,8 @@ if (isset($customers)) {
$customers),
'limit' => 5);
}
$jqGrid_options += array('search_fields' => array('Last Name', 'First Name'));
else {
$jqGrid_options += array('search_fields' => array('Last Name', 'First Name'));
}
echo $this->element('jqGrid', $jqGrid_options);