]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: fix status_stream help button mdhelp: update toc
authorMark Clarkstone <hello@markclarkstone.co.uk>
Wed, 11 May 2016 08:38:36 +0000 (09:38 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 11 May 2016 19:09:23 +0000 (21:09 +0200)
docs/class/epgconf.md
docs/markdown/status_connections.md
docs/markdown/toc.md
src/webui/static/app/status.js

index 6afc733016d01fc05c938c1bb1b3c04c6de25266..dc6202de85eb0f92a61d0d929a866c8eb6425137 100644 (file)
@@ -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).
 
 <tvh_include>inc/common_button_table_end</tvh_include>
 
index 3c551c5445de4424b51cfeecb8e657c10a3e8ded..1c36d2faf2cf417a8776ebe9fbe3384a0ce91db2 100644 (file)
@@ -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**
index d70cc1739cc16510d1603d8973eb78c1744b28e2..070238ed1235823c9ff15a00fea3c4cd50ec0187 100644 (file)
@@ -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)
index 2c3d02c2bce54a9dd23c48bfbe3bee97fe822bec..a17fa1b4147ff18288c3b1d2852ac01c421b74bc 100644 (file)
@@ -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,