]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: Help icon for tabs
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Mon, 13 Oct 2014 11:44:04 +0000 (13:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Oct 2014 13:35:01 +0000 (15:35 +0200)
Update icon help for all tabs

src/webui/static/app/idnode.js

index 0b8810f33f557b3557cc6888f2f1036b1046257c..cd0d58530b8d333370b87d9c2c6680716e86a767 100644 (file)
@@ -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
             });
         }