Changeset 640 for trunk


Ignore:
Timestamp:
08/04/09 11:08:23 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js:

  • some cosmetic UI changes
File:
1 edited

Legend:

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

    r639 r640  
    7171        [{
    7272                id:             'new-window',
    73                 text:           'Each job in new window',
     73                text:           'In new window(s)',
    7474                checked:        false,
    7575                group:          'graphwindow',
     
    7777        },{
    7878                id:             'tabbed-new-window',
    79                 text:           'Each job in a seperate tab, in new window',
     79                text:           'In seperate tab(s), in 1 new window',
    8080                checked:        true,
    8181                group:          'graphwindow',
     
    8383        },{
    8484                id:             'tabbed-prev-window',
    85                 text:           'Each job in a seperate tab, in last opened window',
     85                text:           'In seperate tab(s), in last opened window',
    8686                checked:        false,
    8787                group:          'graphwindow',
     
    9393{
    9494        id:             'showgraphbutton',
    95         text:           'Show graphs',
     95        text:           'Open selected',
    9696        disabled:       true,
    9797        menu:           graphMenu,
     
    12021202                tbar:
    12031203                [
     1204                        'Search: ',
    12041205                        SearchField,
    12051206                        '-',
Note: See TracChangeset for help on using the changeset viewer.