From: Mark Clarkstone Date: Wed, 11 May 2016 08:38:36 +0000 (+0100) Subject: mdhelp: fix status_stream help button mdhelp: update toc X-Git-Tag: v4.2.1~522 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e45dabadd14de81a4e5c1509f59571706a43193b;p=thirdparty%2Ftvheadend.git mdhelp: fix status_stream help button mdhelp: update toc --- diff --git a/docs/class/epgconf.md b/docs/class/epgconf.md index 6afc73301..dc6202de8 100644 --- a/docs/class/epgconf.md +++ b/docs/class/epgconf.md @@ -9,11 +9,12 @@ This tab is used to configure the Electronic Program Guide (EPG) The following functions are available: -Button | Function -----------------------------|------------------- -**Save** | Save any changes made to the tab. -**Undo** | Revert any changes made since the last save. -**Trigger OTA EPG Grabber** | Force an immediate tune to the OTA EPG mux(es) to request EPG updates. +Button | Function +---------------------------------|------------------- +**Save** | Save any changes made to the tab. +**Undo** | Revert any changes made since the last save. +**Trigger OTA EPG Grabber** | Force an immediate tune to the OTA EPG mux(es) to request EPG updates. +**Re-run Internal EPG Grabbers** | Re-run all enabled [grabbers](class/epggrab_mod). inc/common_button_table_end diff --git a/docs/markdown/status_connections.md b/docs/markdown/status_connections.md index 3c551c544..1c36d2faf 100644 --- a/docs/markdown/status_connections.md +++ b/docs/markdown/status_connections.md @@ -22,7 +22,7 @@ Button | Function The main grid items have the following functions: -**!['Cancel'](static/icons/cancel.png)** +**Cancel Icon !['Cancel'](static/icons/cancel.png)** : Forcefully kill the connection. Note that many applications such as Kodi will automatically reconnect when a connection is dropped. **Type** diff --git a/docs/markdown/toc.md b/docs/markdown/toc.md index d70cc1739..070238ed1 100644 --- a/docs/markdown/toc.md +++ b/docs/markdown/toc.md @@ -8,7 +8,7 @@ Getting Started * [Before you begin (concepts)](before_begin) * [Install hardware](install_hardware) -* [Install tvheadend](install_tvheadend) +* [Install Tvheadend](install_tvheadend) * [Configure Tvheadend](configure_tvheadend) Web Interface Guide @@ -57,7 +57,7 @@ Web Interface Configuration Guide - [Bouquets](class/bouquet) - [EPG Grabber Channels](class/epggrab_channel) - [EPG Grabber](class/epggrab) - - EPG Grabber Modules + - [EPG Grabber Modules](class/epggrab_mod) - [OTA Module](class/epggrab_mod_ota) - [Internal PyEPG](class/epggrab_mod_int_pyepg) - [Internal XMLTV](class/epggrab_mod_int_xmltv) diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index 2c3d02c2b..a17fa1b41 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -458,7 +458,7 @@ tvheadend.status_streams = function(panel, index) text: _('Help'), iconCls: 'help', handler: function() { - new tvheadend.mdhelp('status_streams') + new tvheadend.mdhelp('status_stream') } }], border: false,