Ignore:
Timestamp:
07/11/08 11:20:23 (16 years ago)
Author:
ramonb
Message:

job_monarch/js/jobgrid.js:

  • pretty page message
File:
1 edited

Legend:

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

    r538 r539  
    148148                pageSize: 30,
    149149                store: JobsDataStore,
    150                 displayInfo: true
     150                displayInfo: true,
     151                displayMsg: 'Displaying jobs {0} - {1} out of {2} jobs total found.',
     152                emptyMsg: 'No jobs found to display'
    151153            }),
    152154      tbar: [ new Ext.app.SearchField({
Note: See TracChangeset for help on using the changeset viewer.