Ignore:
Timestamp:
07/31/09 11:50:47 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js:

  • more ExtJS 3.0 up-porting fixes
File:
1 edited

Legend:

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

    r627 r628  
    4040});
    4141
    42 var filterButton = new Ext.Toolbar.Item(
     42var filterButton = new Ext.Button(
    4343{
    4444        id:             'filtermenuknop',
     
    9090});
    9191
    92 var showGraphsButton = new Ext.Toolbar.Item(
     92var showGraphsButton = new Ext.Button(
    9393{
    9494        id:             'showgraphbutton',
     
    11531153                [
    11541154                        SearchField,
     1155                        '-',
    11551156                        showGraphsButton,
    1156                         //filterButton
     1157                        '-',
     1158                        filterButton
    11571159                ]
    11581160        });
Note: See TracChangeset for help on using the changeset viewer.