WEBUI: Help icon for tabs
Update icon help for all tabs
This commit is contained in:
parent
0404b5261e
commit
2a79f2e22e
1 changed files with 3 additions and 0 deletions
|
@ -775,6 +775,7 @@ tvheadend.idnode_editor = function(item, conf)
|
||||||
if (conf.help) {
|
if (conf.help) {
|
||||||
var helpBtn = new Ext.Button({
|
var helpBtn = new Ext.Button({
|
||||||
text: 'Help',
|
text: 'Help',
|
||||||
|
iconCls: 'help',
|
||||||
handler: conf.help
|
handler: conf.help
|
||||||
});
|
});
|
||||||
buttons.push(helpBtn);
|
buttons.push(helpBtn);
|
||||||
|
@ -1320,6 +1321,7 @@ tvheadend.idnode_grid = function(panel, conf)
|
||||||
buttons.push('->');
|
buttons.push('->');
|
||||||
buttons.push({
|
buttons.push({
|
||||||
text: 'Help',
|
text: 'Help',
|
||||||
|
iconCls: 'help',
|
||||||
handler: conf.help
|
handler: conf.help
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1708,6 +1710,7 @@ tvheadend.idnode_form_grid = function(panel, conf)
|
||||||
buttons.push('->');
|
buttons.push('->');
|
||||||
buttons.push({
|
buttons.push({
|
||||||
text: 'Help',
|
text: 'Help',
|
||||||
|
iconCls: 'help',
|
||||||
handler: conf.help
|
handler: conf.help
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue