Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Help icon for tabs
Update icon help for all tabs
  • Loading branch information
pepsonEL authored and perexg committed Oct 13, 2014
1 parent 0404b52 commit 2a79f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -775,6 +775,7 @@ tvheadend.idnode_editor = function(item, conf)
if (conf.help) {
var helpBtn = new Ext.Button({
text: 'Help',
iconCls: 'help',
handler: conf.help
});
buttons.push(helpBtn);
Expand Down Expand Up @@ -1320,6 +1321,7 @@ tvheadend.idnode_grid = function(panel, conf)
buttons.push('->');
buttons.push({
text: 'Help',
iconCls: 'help',
handler: conf.help
});
}
Expand Down Expand Up @@ -1708,6 +1710,7 @@ tvheadend.idnode_form_grid = function(panel, conf)
buttons.push('->');
buttons.push({
text: 'Help',
iconCls: 'help',
handler: conf.help
});
}
Expand Down

0 comments on commit 2a79f2e

Please sign in to comment.