]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: more tooltips for help buttons!
authormpmc <hello@markclarkstone.co.uk>
Wed, 24 Oct 2018 13:04:49 +0000 (14:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2018 16:43:12 +0000 (18:43 +0200)
src/webui/static/app/epg.js
src/webui/static/app/idnode.js
src/webui/static/app/servicemapper.js
src/webui/static/app/status.js

index 59551418408df3815b57445061ccf2ab6e5960b9..650ac9202a6bc503a83c747376b89118bad848eb 100644 (file)
@@ -1238,6 +1238,7 @@ tvheadend.epg = function() {
         '-',
         {
             text: _('Help'),
+            tooltip: _('View help docs.'),
             iconCls: 'help',
             tooltip: _('View help docs.'),
             handler: function() {
index 6fa2a0dae5f291d647b1ad362b8c3851f769809e..598498374e5fdfa4dfd8a4c2e4a14c1cd5b13614 100644 (file)
@@ -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
+};
index b56df8b592de915876b85b870c1ac8dbd81bc092..df544aa0604b9fd7d51ca14133d2e1229863b447 100644 (file)
@@ -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')
index 3dda9067c582db8588232383df89b50b89238ae6..6842b1d38fd19507c50016054424ccb981405596 100644 (file)
@@ -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')