Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: fix status_stream help button mdhelp: update toc
  • Loading branch information
Mark Clarkstone authored and perexg committed May 11, 2016
1 parent 2629645 commit e45daba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions docs/class/epgconf.md
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/status_connections.md
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/markdown/toc.md
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/status.js
Expand Up @@ -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,
Expand Down

0 comments on commit e45daba

Please sign in to comment.