From: mpmc Date: Wed, 24 Oct 2018 13:04:49 +0000 (+0100) Subject: webui: more tooltips for help buttons! X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689d18238af16fb1516cc1f46ff7cc2bb1aa8e64;p=thirdparty%2Ftvheadend.git webui: more tooltips for help buttons! --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 595514184..650ac9202 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -1238,6 +1238,7 @@ tvheadend.epg = function() { '-', { text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', tooltip: _('View help docs.'), handler: function() { diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 6fa2a0dae..598498374 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -1238,6 +1238,7 @@ tvheadend.idnode_editor = function(_uilevel, item, conf) } var helpBtn = new Ext.Button({ text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: help }); @@ -2106,6 +2107,7 @@ tvheadend.idnode_grid = function(panel, conf) buttons.push(abuttons.uilevel ? '-' : '->'); buttons.push({ text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: help }); @@ -2511,6 +2513,7 @@ tvheadend.idnode_form_grid = function(panel, conf) buttons.push(abuttons.uilevel ? '-' : '->'); buttons.push({ text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: help }); @@ -2955,6 +2958,7 @@ tvheadend.idnode_simple = function(panel, conf) buttons.push(abuttons.uilevel ? '-' : '->'); buttons.push({ text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: help }); @@ -3033,4 +3037,4 @@ tvheadend.idnode_simple = function(panel, conf) }); tvheadend.idnode_panel(conf, panel, dpanel, builder, destroyer); -}; \ No newline at end of file +}; diff --git a/src/webui/static/app/servicemapper.js b/src/webui/static/app/servicemapper.js index b56df8b59..df544aa06 100644 --- a/src/webui/static/app/servicemapper.js +++ b/src/webui/static/app/servicemapper.js @@ -51,6 +51,7 @@ tvheadend.service_mapper_status = function(panel, index) layout: 'fit', tbar: ['->', { text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: function() { new tvheadend.mdhelp('status_service_mapper') diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index 3dda9067c..6842b1d38 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -210,6 +210,7 @@ tvheadend.status_subs = function(panel, index) subs = new Ext.grid.GridPanel({ tbar: ['->', { text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: function() { new tvheadend.mdhelp('status_subscriptions') @@ -544,6 +545,7 @@ tvheadend.status_streams = function(panel, index) }, '->',{ text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: function() { new tvheadend.mdhelp('status_stream') @@ -740,6 +742,7 @@ tvheadend.status_conns = function(panel, index) { grid = new Ext.grid.GridPanel({ tbar: ['->', { text: _('Help'), + tooltip: _('View help docs.'), iconCls: 'help', handler: function() { new tvheadend.mdhelp('status_connections')