]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: minor edits + docs for passwd and ipblocking mdhelp: more screenshots
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 18 Apr 2016 01:11:56 +0000 (02:11 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 26 Apr 2016 06:46:01 +0000 (08:46 +0200)
docs/class/dvrentry.md
docs/class/ipblocking.md
docs/class/passwd.md
docs/docresources/accessconfigipblockentries.png [new file with mode: 0644]
docs/docresources/accessipblockingedit.png [new file with mode: 0644]

index 369aca448b55bc38e01656e4db1bde98fcedd031..441628c7621742872f2301e38bf93efaa7ea9c93 100644 (file)
@@ -68,9 +68,10 @@ You can set time-based entries using the [Timers](class/dvrtimerec) tab.
 
 ####Manual Event Entry/Editing an Entry
 
-To add an entry press the *[Add]* button from the menu bar. To edit an 
-entry highlight the desired entry within the grid, and 
-then press the *[Edit]* button.
+To add an entry press the *[Add]* button from the menu bar. 
+
+To edit an entry highlight the desired entry within the grid, and 
+then press the *[Edit]* button from the menu bar.
 
 A common set of fields is used for the _Add_ or _Edit_ dialogs, most
 of which can also be seen in the grid view:
index 9f3948c035c3b06996c43fe9334a969f4c8c42bf..312f51615890bd1cc2c5ddff9eaeb8b987ce656a 100644 (file)
@@ -1,2 +1,44 @@
 This tab allows to configure blocked IP ranges. Users within these ranges
 are not allowed to login (use any Tvheadend service).
+
+!['Access Control - Entries tab'](docresources/accessconfigipblockentries.png)
+
+---
+
+###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 IP Blocking Record* dialog.
+**Delete**             | Delete the selected entry/entries.
+**Edit**               | Edit the selected entry.
+**Help**               | Display this help page.
+
+---
+
+###Adding and Editing an Entry/Record
+
+To add an entry press the *[Add]* button from the menu bar. 
+
+To edit an entry highlight the desired entry within the grid, and 
+then press the *[Edit]* button from the menu bar.
+
+!['Add Record Dialog'](docresources/accessipblockingedit.png)
+
+Note that both the *[Add]* and *[Edit]* buttons display similar dialogs.
+
+---
+
+### Deleting an Entry.
+
+To delete an entry highlight (select) the entry from the grid, then press
+the *[Delete]* button from the menu bar.
+
+**Tip**: Rather than deleting an entry, you can disable it instead by 
+pressing the *[Edit]* button, and unticking the "Enabled" check box.
+
+---
index 8d0edd8a71638bd0f5648d4f20b05abddda7e458..2314760874e1b680bf362341ac3bf4cd8fa7bb5d 100644 (file)
@@ -22,9 +22,12 @@ Button                      | Function
 
 ###Adding and Editing an Entry/Password
 
-To add an entry press the *[Add]* button from the menu bar. To edit an 
-entry highlight (select) the entry from the grid, then press the 
-*[Edit]* button from the menu bar. Be aware that the username you enter 
+To add an entry press the *[Add]* button from the menu bar. 
+
+To edit an entry highlight (select) the entry from the grid, then press the 
+*[Edit]* button from the menu bar. 
+
+Be aware that the username you enter 
 must match a username/entry in the [Access Entries](class/access_entry) 
 tab for it to apply. You may have multiple password entries for the 
 same username if you wish. 
diff --git a/docs/docresources/accessconfigipblockentries.png b/docs/docresources/accessconfigipblockentries.png
new file mode 100644 (file)
index 0000000..3c15c7a
Binary files /dev/null and b/docs/docresources/accessconfigipblockentries.png differ
diff --git a/docs/docresources/accessipblockingedit.png b/docs/docresources/accessipblockingedit.png
new file mode 100644 (file)
index 0000000..249542d
Binary files /dev/null and b/docs/docresources/accessipblockingedit.png differ