is within the prefix. There is also anonymous access, if the user is set
to asterisk. Only network prefix is matched then.
+
+
+---
+
+###Buttons
+
+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 Access* dialog.
+**Delete** | Delete the selected entry/entries.
+**Move Up** | Move the selected entry up the grid.
+**Move Down** | Move the selected entry down the grid.
+**Edit** | Edit the selected entry.
+
---
### Adding an Entry/Creating an Account
Button | Function
-----------------------|-------------------
-**Save** | Save all changes.
+**Save** | Save all changes (this will reload the web interface).
**Undo** | Revert all changes since last save.
**Start wizard** | Display the first-run set-up wizard.
to be served from the local webserver. This can be useful for
multi-client systems and, generally, to reduce hits on upstream
providers.
+
+
+
+---
+
+###Buttons
+
+The tab has the following buttons:
+
+Button | Function
+----------------------------|-------------------
+**Save** | Save any changes made to the tab.
+**Undo** | Revert any changes made since the last save.
+**Clean image (icon) cache**| Clean-up the stored image files (empty cache and re-fetch icons).
+**Re-fetch images** | Re-refresh image cache (reload images from upstream providers).
+
+---
const idclass_t imagecache_class = {
.ic_snode = (idnode_t *)&imagecache_conf,
.ic_class = "imagecache",
- .ic_caption = N_("Image cache"),
+ .ic_caption = N_("Configuration - Image cache"),
.ic_event = "imagecache",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_imagecache_class,