From: Piotr Kuchciak Date: Mon, 13 Oct 2014 11:44:04 +0000 (+0200) Subject: WEBUI: Help icon for tabs X-Git-Tag: v4.1~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a79f2e22e403ed60ffa06010053e86d0d2559fb;p=thirdparty%2Ftvheadend.git WEBUI: Help icon for tabs Update icon help for all tabs --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 0b8810f33..cd0d58530 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 }); }