--- /dev/null
+This tab displays external EPG data used by channels.
+
+
+
+---
+
+###Menu Bar/Buttons
+
+The following functions are available:
+
+Button | Function
+----------------------------|-------------------
+**Save** | Save any changes made to the grid.
+**Undo** | Revert any changes made since the last save.
+**Delete** | Delete the selected grid entries.
+**Edit** | Edit the selected grid entries.
+
+<tvh_include>inc/common_button_table_end</tvh_include>
+
+---
+
+<tvh_include>inc/edit_grid_entries</tvh_include>
+
+---
+
+<tvh_include>inc/del_grid_entries</tvh_include>
+
+---
}
}
+CLASS_DOC(epggrabber_channel)
+
const idclass_t epggrab_channel_class = {
.ic_class = "epggrab_channel",
- .ic_caption = N_("EPG grabber channel"),
+ .ic_caption = N_("EPG Grabber Channel"),
+ .ic_doc = tvh_doc_epggrabber_channel_class,
.ic_event = "epggrab_channel",
.ic_perm_def = ACCESS_ADMIN,
.ic_save = epggrab_channel_class_save,