Button | Function
-----------------------|-------------------
-**Save** | Save all changes (this will reload the web interface).
-**Undo** | Revert all changes since last save.
+**Save** | Save the current configuration.
+**Undo** | Undo changes since the last save.
**Start wizard** | Display the first-run set-up wizard.
-**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>
---
---
-###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 Autorec* 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/Rule
+<tvh_include>inc/add_grid_entry</tvh_include>
-You can add an entry by pressing the *[Add]* button from the menu bar.
+####An Example
-For example, if you wanted to record any programs matching "BBC News" on
+If you wanted to record any programs matching "BBC News" on
BBC One you would enter something like this into the add entry dialog:

This uses a regular expression (regex) to match the program title
"BBC News" exactly, otherwise event titles containing the phrase would
-also match (e.g "BBC News at One", "BBC News at Six" etc).
+also match, e.g "BBC News at One" and "BBC News at Six" etc.
Regular expressions examples:
---
-###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>
---
+
-----------------------------|---------
**Delete** | Delete the selected grid entries.
**Edit** | Edit the selected grid entries.
-**View Level** | Change the interface view level to show/hide more advanced options.
+<tvh_include>inc/common_button_table_end</tvh_include>
The following functions are only available in the
**Upcoming/Current Recordings** tab.
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

---
-###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>
---
+
---
-<tvh_include>inc/buttons1</tvh_include>
+<tvh_include>inc/common_button_table_start</tvh_include>
+
+<tvh_include>inc/common_button_table_end</tvh_include>
---
Button | Function
---------------|---------
**Save** | Save the current configuration.
-**Help** | Display this help page.
+<tvh_include>inc/common_button_table_end</tvh_include>
---
Button | Function
---------------|---------
**Save** | Save the current configuration.
-**Help** | Display this help page.
+<tvh_include>inc/common_button_table_end</tvh_include>
---
Button | Function
---------------|---------
**Save** | Save the current configuration.
-**Help** | Display this help page.
+<tvh_include>inc/common_button_table_end</tvh_include>
---
--- /dev/null
+**View Level** | Change the interface view level to show/hide more advanced options.\n**Help** | Display this help page.
###Menu Bar/Buttons
-The tab has the following buttons:
+The following functions are available:
Button | Function
-----------------------|-------------------
**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.
Button | Function
---------------|---------
**Save** | Save the current configuration.
-**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>
---
.id = "channel",
.name = N_("Channel"),
.desc = N_("The channel on which this rule applies, i.e. the "
- "channel you're aiming to record."),
+ "channel you're aiming to record. You can leave "
+ "this field blank to apply the rule to all "
+ "channels."),
.set = dvr_autorec_entry_class_channel_set,
.get = dvr_autorec_entry_class_channel_get,
.rend = dvr_autorec_entry_class_channel_rend,