Changeset 630 for trunk


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

job_monarch/js/monarch.js:

  • small paging changes
File:
1 edited

Legend:

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

    r629 r630  
    115115                {
    116116                        fields: ['text', 'value'],
    117                         data:   [['10', 10], ['15', 15], ['20', 20], ['30', 30], ['50', 50], ['100', 100], ['max', 'max' ]]
     117                        data:   [['10', 10], ['15', 15], ['20', 20], ['30', 30], ['50', 50], ['100', 100], ['250', 250], ['500', 500], ['all', 'max' ]]
    118118                }),
    119119                mode:           'local',
     
    123123                allowBlank:     false,
    124124                triggerAction:  'all',
    125                 width:          40
     125                width:          50
    126126        });
    127127};
Note: See TracChangeset for help on using the changeset viewer.