From 2a79f2e22e403ed60ffa06010053e86d0d2559fb Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Mon, 13 Oct 2014 13:44:04 +0200 Subject: [PATCH] WEBUI: Help icon for tabs Update icon help for all tabs --- src/webui/static/app/idnode.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 0b8810f3..cd0d5853 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -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); @@ -1320,6 +1321,7 @@ tvheadend.idnode_grid = function(panel, conf) buttons.push('->'); buttons.push({ text: 'Help', + iconCls: 'help', handler: conf.help }); } @@ -1708,6 +1710,7 @@ tvheadend.idnode_form_grid = function(panel, conf) buttons.push('->'); buttons.push({ text: 'Help', + iconCls: 'help', handler: conf.help }); }