Ignore:
Timestamp:
07/11/08 11:05:46 (16 years ago)
Author:
ramonb
Message:

job_monarch/js/jobgrid.js,
job_monarch/templates/header.tpl:

  • added searchField

job_monarch/jobstore.php:

  • added quickSearchJobs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/js/jobgrid.js

    r537 r538  
    149149                store: JobsDataStore,
    150150                displayInfo: true
    151             })
     151            }),
     152      tbar: [ new Ext.app.SearchField({
     153                                store: JobsDataStore,
     154                                params: {start: 0, limit: 30},
     155                                width: 200
     156                    })
     157      ]
    152158    });
    153159
Note: See TracChangeset for help on using the changeset viewer.