}
var helpBtn = new Ext.Button({
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: help
});
buttons.push(abuttons.uilevel ? '-' : '->');
buttons.push({
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: help
});
buttons.push(abuttons.uilevel ? '-' : '->');
buttons.push({
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: help
});
buttons.push(abuttons.uilevel ? '-' : '->');
buttons.push({
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: help
});
header: _("Service"),
dataIndex: 'service',
sortable: true
- },
+ },
{
width: 50,
id: 'profile',
header: _("Profile"),
dataIndex: 'profile',
sortable: true
- },
+ },
{
width: 50,
id: 'start',
renderer: renderBw
}
]);
-
+
function clicked(column, grid, index, e) {
if (column.dataIndex == 'in' || column.dataIndex == 'out') {
var id = grid.getStore().getAt(index).id;
subs = new Ext.grid.GridPanel({
tbar: ['->', {
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: function() {
new tvheadend.mdhelp('status_subscriptions')
forceFit: true
}
});
-
+
dpanel.add(subs);
dpanel.doLayout(false, true);
}
grid = new Ext.grid.GridPanel({
tbar: ['->', {
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: function() {
new tvheadend.mdhelp('status_stream')
},
plugins: [actions]
});
-
+
dpanel.add(grid);
dpanel.doLayout(false, true);
}
grid = new Ext.grid.GridPanel({
tbar: ['->', {
text: _('Help'),
+ tooltip: _('View help docs.'),
iconCls: 'help',
handler: function() {
new tvheadend.mdhelp('status_connections')
},
plugins: [actions]
});
-
+
dpanel.add(grid);
dpanel.doLayout(false, true);
}