Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
mdhelp: add a common set of button table rows. mdhelp: use the (above…
…) button rows in some of the docs mdhelp: update timers/dvrautorec screenshots mdhelp: update dvrautorec caption
- Loading branch information
Showing
14 changed files
with
34 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,49 +1,30 @@ | ||
| This tab controls timer-driven recording rules. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| --- | ||
|
|
||
| ###Menu Bar/Buttons | ||
| <tvh_include>inc/common_button_table_start</tvh_include> | ||
|
|
||
| The tab has the following buttons: | ||
|
|
||
| Button | Function | ||
| -----------------------|------------------- | ||
| **Save** | Save any changes made to the grid/entries. | ||
| **Undo** | Revert any changes made since the last save. | ||
| **Add** | Display the *Add Timer* dialog. | ||
| **Delete** | Delete the selected entry/entries. | ||
| **Edit** | Edit the selected entry. | ||
| **View Level**| Change the interface view level to show/hide more advanced options. | ||
| **Help** | Display this help page. | ||
| <tvh_include>inc/common_button_table_end</tvh_include> | ||
|
|
||
| --- | ||
|
|
||
| ###Adding an Entry | ||
| <tvh_include>inc/add_grid_entry</tvh_include> | ||
|
|
||
| You can add an entry by pressing the *[Add]* button from the menu bar. | ||
| ####An Example | ||
|
|
||
|  | ||
|
|
||
| Note that when you create a rule/entry it will also generate a [DVR Entry](class/dvrentry). | ||
|
|
||
| --- | ||
|
|
||
| ###Editing an Entry | ||
|
|
||
| Highlight (select) the desired entry within the grid, then click the *[Edit]* | ||
| button from the menu bar. | ||
|
|
||
| **Tip**: You can quickly make changes to an entry by double-clicking on | ||
| the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general) | ||
| page for details. | ||
| <tvh_include>inc/edit_grid_entries</tvh_include> | ||
|
|
||
| --- | ||
|
|
||
| ###Deleting an Entry | ||
|
|
||
| Highlight (select) the desired entry within the grid, then click the *[Delete]* | ||
| button from the menu bar. | ||
| <tvh_include>inc/del_grid_entries</tvh_include> | ||
|
|
||
| --- | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| **View Level** | Change the interface view level to show/hide more advanced options.\n**Help** | Display this help page. |
6 changes: 2 additions & 4 deletions
6
docs/markdown/inc/buttons1.md → ...markdown/inc/common_button_table_start.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,11 @@ | ||
| ###Menu Bar/Buttons | ||
|
|
||
| The tab has the following buttons: | ||
| The following functions are available: | ||
|
|
||
| Button | Function | ||
| -----------------------|------------------- | ||
| **Save** | Save any changes made to the grid/entries. | ||
| **Undo** | Revert any changes made since the last save. | ||
| **Add** | Display the *Add entry* dialog. | ||
| **Delete** | Delete the selected entry/entries. | ||
| **Edit** | Edit the selected entry. | ||
| **View Level** | Change the interface view level to show/hide more advanced options. | ||
| **Help** | Display this help page. | ||
| **Edit** | Edit the selected entries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters