|
@ -58,8 +58,8 @@ Ext.ux.MumbleChannelViewer = function( config ){ |
|
|
|
|
|
|
|
|
Ext.applyIf( this, { |
|
|
Ext.applyIf( this, { |
|
|
// This stuff needs the above applied already
|
|
|
// This stuff needs the above applied already
|
|
|
bbar: { |
|
|
|
|
|
items: [ gettext("Auto-Refresh")+':', { |
|
|
|
|
|
|
|
|
// x-btn x-btn-noicon
|
|
|
|
|
|
bbar: [ gettext("Auto-Refresh")+':', { |
|
|
xtype: "checkbox", |
|
|
xtype: "checkbox", |
|
|
ref: "../cbAutoRefresh", |
|
|
ref: "../cbAutoRefresh", |
|
|
scope: this, |
|
|
scope: this, |
|
@ -86,11 +86,11 @@ Ext.ux.MumbleChannelViewer = function( config ){ |
|
|
}, |
|
|
}, |
|
|
}, gettext("Seconds"), '->', { |
|
|
}, gettext("Seconds"), '->', { |
|
|
xtype: "button", |
|
|
xtype: "button", |
|
|
|
|
|
template: null, |
|
|
text: gettext("Refresh"), |
|
|
text: gettext("Refresh"), |
|
|
handler: this.refresh, |
|
|
handler: this.refresh, |
|
|
scope: this |
|
|
scope: this |
|
|
}] |
|
|
}] |
|
|
}, |
|
|
|
|
|
} ); |
|
|
} ); |
|
|
|
|
|
|
|
|
Ext.ux.MumbleChannelViewer.superclass.constructor.call( this ); |
|
|
Ext.ux.MumbleChannelViewer.superclass.constructor.call( this ); |
|
|