Changeset 629 for trunk


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
Location:
trunk/web/addons/job_monarch
Files:
2 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
  • trunk/web/addons/job_monarch/templates/header.tpl

    r627 r629  
    2222<script type="text/javascript" src="./lib/extjs/searchfield.js"></script>
    2323<script type="text/javascript" src="./lib/extjs/StatusBar.js"></script>
     24<script type="text/javascript" src="./lib/extjs/ProgressBarPager.js"></script>
    2425<script type="text/javascript" src="./js/monarch.js"></script>
    2526<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.