###Editing an Entry
-Highlight (select) the desired entry within the grid then click the *[Edit]*
+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
###Editing an Entry
-Highlight (select) the desired entry within the grid then click the *[Edit]*
+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
-##Configuration - IP Blocking Records
-
This tab allows to configure blocked IP ranges. Users within these ranges
are not allowed to login (use any Tvheadend service).
const idclass_t access_entry_class = {
.ic_class = "access",
- .ic_caption = N_("Access Entries"),
+ .ic_caption = N_("Access Configuration - Access Entries"),
.ic_event = "access",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_access_entry_class,
const idclass_t passwd_entry_class = {
.ic_class = "passwd",
- .ic_caption = N_("Configuration - Passwords"),
+ .ic_caption = N_("Access Configuration - Passwords"),
.ic_event = "passwd",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_passwd_class,
const idclass_t ipblock_entry_class = {
.ic_class = "ipblocking",
- .ic_caption = N_("IP blocking"),
+ .ic_caption = N_("Access Configuration - IP Blocking"),
.ic_event = "ipblocking",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_ipblocking_class,
const idclass_t imagecache_class = {
.ic_snode = (idnode_t *)&imagecache_conf,
.ic_class = "imagecache",
- .ic_caption = N_("Configuration - Image cache"),
+ .ic_caption = N_("Configuration - Image Cache"),
.ic_event = "imagecache",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_imagecache_class,
const idclass_t satip_server_class = {
.ic_snode = (idnode_t *)&satip_server_conf,
.ic_class = "satip_server",
- .ic_caption = N_("Configuration - SAT>IP server"),
+ .ic_caption = N_("Configuration - SAT>IP Server"),
.ic_event = "satip_server",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_satip_server_class,
tvheadend.idnode_simple(panel, {
url: 'api/imagecache/config',
- title: _('Image cache'),
+ title: _('Image Cache'),
iconCls: 'imgcacheconf',
tabIndex: index,
comet: 'imagecache',