'id': this.options.id,
'class': 'cbi-dynlist',
'disabled': this.options.disabled ? '' : null
- }, E('div', { 'class': 'add-item' }));
+ }, E('div', { 'class': 'add-item control-group' }));
if (this.choices) {
if (this.options.placeholder != null)
E('button', {
'class': 'btn cbi-button-action important',
'click': resolveFn.bind(null, true)
- }, [ _('Apply and revert on connectivity loss') ]), ' ',
+ }, [ _('Apply with revert after connectivity loss') ]), ' ',
E('button', {
'class': 'btn cbi-button-negative important',
'click': resolveFn.bind(null, false)