Changeset f031ec5
- Timestamp:
- 07/29/2009 08:58:28 AM (15 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- 0ac8e3
- Parents:
- 5ec004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/web/js/Deluge.Preferences.Downloads.js
r5ec004 rf031ec5 25 25 name: 'download_location', 26 26 fieldLabel: _('Download to'), 27 width: 1 2527 width: 160 28 28 })); 29 29 optMan.bind('move_completed_path', fieldset.add({ 30 30 name: 'move_completed_path', 31 31 fieldLabel: _('Move completed to'), 32 width: 1 2532 width: 160 33 33 })); 34 34 optMan.bind('torrentfiles_location', fieldset.add({ 35 35 name: 'torrentfiles_location', 36 36 fieldLabel: _('Copy of .torrent files to'), 37 width: 1 2537 width: 160 38 38 })); 39 39 … … 50 50 labelSeparator: '', 51 51 items: [ 52 {boxLabel: _('Compact') + ' ', value: true},53 {boxLabel: _('Full'), value: false}52 {boxLabel: _('Compact') + ' ', inputValue: true}, 53 {boxLabel: _('Full'), inputValue: false} 54 54 ] 55 55 }));
Note:
See TracChangeset
for help on using the changeset viewer.