Yanked the multicolumn toolbar, and returned to my simple text boxes. I will probably end up going with these search boxes, or the modal box (perhaps with autosearch) if I can't come up with a better idea.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@114 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-14 04:40:47 +00:00
parent 336ec3b643
commit 6b8d05f2a0
2 changed files with 97 additions and 48 deletions

View File

@@ -182,7 +182,7 @@ class AppController extends Controller {
elseif (isset($params['filt']) && $params['filt']) {
$searches[] = array('op' => 'bw',
'field' => $params['filtField'],
'value' => $params['filtString']);
'value' => $params['filtValue']);
}
else {
return array();