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/site@114 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user