From: Mark Clarkstone Date: Mon, 18 Apr 2016 01:11:56 +0000 (+0100) Subject: mdhelp: minor edits + docs for passwd and ipblocking mdhelp: more screenshots X-Git-Tag: v4.2.1~609 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7339ecf918f887cd396ad576d268d7c977b878ab;p=thirdparty%2Ftvheadend.git mdhelp: minor edits + docs for passwd and ipblocking mdhelp: more screenshots --- diff --git a/docs/class/dvrentry.md b/docs/class/dvrentry.md index 369aca448..441628c76 100644 --- a/docs/class/dvrentry.md +++ b/docs/class/dvrentry.md @@ -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: diff --git a/docs/class/ipblocking.md b/docs/class/ipblocking.md index 9f3948c03..312f51615 100644 --- a/docs/class/ipblocking.md +++ b/docs/class/ipblocking.md @@ -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. + +--- diff --git a/docs/class/passwd.md b/docs/class/passwd.md index 8d0edd8a7..231476087 100644 --- a/docs/class/passwd.md +++ b/docs/class/passwd.md @@ -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 index 000000000..3c15c7a40 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 index 000000000..249542d58 Binary files /dev/null and b/docs/docresources/accessipblockingedit.png differ