From: Mark Clarkstone Date: Thu, 13 Oct 2016 19:36:39 +0000 (+0100) Subject: mdhelp: use only one button table X-Git-Tag: v4.2.1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bb3de7efd5864eed177dfa67b0519938481710c;p=thirdparty%2Ftvheadend.git mdhelp: use only one button table --- diff --git a/docs/class/dvrentry.md b/docs/class/dvrentry.md index ad8eb7a11..36ca0fe9e 100644 --- a/docs/class/dvrentry.md +++ b/docs/class/dvrentry.md @@ -27,16 +27,7 @@ Entries shown here link to file(s) that Tvheadend cannot locate ###Menu Bar/Buttons -The following functions are available in all tabs: - -Button | Function ------------------------------|--------- -**Delete** | Delete the selected grid entries. -**Edit** | Edit the selected grid entries. -inc/common_button_table_end - -The following functions are only available in the -**Upcoming/Current Recordings** tab. +The following functions are available (tab dependant): Button | Function -----------------------------|--------- @@ -45,28 +36,13 @@ Button | Function **Undo** | Revert all changes made to the grid entries since the last save. **Stop** | Gracefully stop the selected in-progress recording entries. **Abort** | Abruptly stop the selected in-progress recording entries. - -The following functions are only available in the **Finished Recordings** -and **Failed Recordings** tabs: - -Button | Function ------------------------------|--------- +**Delete/Remove** | Delete/Remove the selected grid entries. +**Edit** | Edit the selected grid entries. **Download** | Download the recording. **Re-record** | Re-schedule the selected entry/recording if possible. - -The following functions are only available in the **Finished Recordings** -tab. - -Button | Function ------------------------------|--------- **Move to failed** | Move the selected recording entries to the **Failed Recordings** tab. - -The following functions are only available in the **Failed Recordings** -tab. - -Button | Function ------------------------------|--------- -**Move to finished** | Move the selected recording entries to the *Finished Recordings* tab. +**Move to finished** | Move the selected recording entries to the **Finished Recordings** tab. +inc/common_button_table_end ---