Author: damoxc
Revision: 5836
Log:
give names to both the radio buttons so they end up in a group (duh)
Diff:
Modified: branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Downloads.js
===================================================================
--- branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Downloads.js
2009-10-12 16:43:46 UTC (rev 5835)
+++ branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Downloads.js
2009-10-12 16:44:30 UTC (rev 5836)
@@ -96,8 +96,8 @@
name: 'compact_allocation',
labelSeparator: '',
items: [
- {boxLabel: _('Compact') + ' ', inputValue: true},
- {boxLabel: _('Full'), inputValue: false}
+ {boxLabel: _('Compact') + ' ', inputValue: true, name:
'compact_allocation'},
+ {boxLabel: _('Full'), inputValue: false, name:
'compact_allocation'}
]
}));
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js 2009-10-12
16:43:46 UTC (rev 5835)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js 2009-10-12
16:44:30 UTC (rev 5836)
@@ -96,8 +96,8 @@
name: 'compact_allocation',
labelSeparator: '',
items: [
- {boxLabel: _('Compact') + ' ', inputValue: true},
- {boxLabel: _('Full'), inputValue: false}
+ {boxLabel: _('Compact') + ' ', inputValue: true, name:
'compact_allocation'},
+ {boxLabel: _('Full'), inputValue: false, name:
'compact_allocation'}
]
}));
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---