Ignore:
Timestamp:
07/31/09 12:01:56 (15 years ago)
Author:
ramonb
Message:

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

  • add progress bar to paging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/js/monarch.js

    r628 r629  
    11451145                        store:          JobsDataStore,
    11461146                        displayInfo:    true,
    1147                         displayMsg:     'Displaying jobs {0} - {1} out of {2} jobs total found.',
     1147                        displayMsg:     'Displaying jobs {0} - {1} out of {2} jobs total.',
    11481148                        emptyMsg:       'No jobs found to display',
    1149                         plugins:        [ new Ext.ux.PageSizePlugin() ]
     1149                        plugins:        [ new Ext.ux.ProgressBarPager(), new Ext.ux.PageSizePlugin() ]
    11501150                }),
    11511151
Note: See TracChangeset for help on using the changeset viewer.