]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: add another tip to del_grid_entries mdhelp: include common tables in some...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 6 May 2016 16:22:06 +0000 (17:22 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 7 May 2016 17:58:19 +0000 (19:58 +0200)
docs/class/access_entry.md
docs/class/imagecache.md
docs/class/linuxdvb_frontend_dvbt.md
docs/class/satip_server.md
docs/markdown/inc/del_grid_entries.md

index 2e5514e904b949ca4075d05e041ae3708159625f..71a6d836febe2854f5f0dce186f8586afab26d0c 100644 (file)
@@ -13,66 +13,54 @@ to asterisk. Only network prefix is matched then.
 
 ---
 
-###Menu Bar/Buttons
+<tvh_include>inc/common_button_table_start</tvh_include>
 
-The tab has the following buttons:
+<tvh_include>inc/common_button_table_end</tvh_include>
+
+Entries are checked in order, the following 
+functions allows you to change the ordering:
 
 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.
-**View Level**| Change the interface view level to show/hide more advanced options.
-**Help**               | Display this help page.
+**Move Down**          | Move the selected entry down the grid. 
 
 ---
 
-### Adding an Entry/Creating an Account
+<tvh_include>inc/add_grid_entry</tvh_include>
+
+####An Example
 
-To create a new user, navigate to the *Configuration -> Users -> Access Entries*
-tab and click on the *[Add]* button from the menu bar, then using the 
-*Add Access Entry* dialog enter the *required* username and select the 
-desired rights options. 
+!['Access Entry Example'](docresources/accessentriesnewuser.png)
 
 If you would like to allow anonymous access to your Tvheadend 
 server you may set-up an anonymous account by entering an asterisk `*` 
-in the username field. **WARNING: All access rights given to an anonymous account also
-apply to subsequent accounts.**
-
-!['Access Entry Example'](docresources/accessentriesnewuser.png)
+in the username field. **WARNING: All access rights given to an 
+anonymous account also apply to subsequent accounts.**
 
 **Don't forget** to also create a password entry for the user in the 
 *[Passwords](class/passwd)* tab!
 
 **Tips**:
-* Be as limiting as possible especially when making Tvheadend available over the internet.
-* For extra security, always enter (a comma-separated list of) network prefix(es) (*Allowed networks* in the *Add Access Entry* dialog).
-* If you lock yourself out, you can use the backdoor account to regain access, or restart Tvheadend with the `--noacl` argument.
-* You can have multiple entries using the same username with varying rights, allowing you to enable / disable each as needed. Keep in mind that matching account entry permissions are combined.
-* If you do create an anonymous account, it also requires a [password](class/passwd) entry (enter an asterisk `*` for both the username and password fields when adding the entry).
----
-
-### Editing an Entry/Account
-
-To edit an entry highlight (select) the entry from the grid, then press 
-the *[Edit]* button from the menu bar.
-
-**Tip**: You can quickly make changes to an entry by double-clicking on 
-the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general) 
-page for details.
+* Be as limiting as possible especially when making Tvheadend available 
+over the Internet.
+* For extra security, always enter (a comma-separated list of) 
+network prefix(es) (*Allowed networks*).
+* If you lock yourself out, you can use the backdoor account to regain 
+access, or restart Tvheadend with the `--noacl` argument.
+* You can have multiple entries using the same username with varying 
+rights, allowing you to enable / disable each as needed. Keep in mind 
+that matching account entry permissions are combined.
+* If you create an anonymous account, it also requires 
+a [password](class/passwd) entry (enter an asterisk `*` for both the 
+username and password fields when adding the entry).
 
 ---
 
-### Deleting an Entry/Account.
+<tvh_include>inc/edit_grid_entries</tvh_include>
 
-To delete a user 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.
+<tvh_include>inc/del_grid_entries</tvh_include>
 
 ---
index f0fe652bf51fe3d76a39bcd7a210bfd619f7bfa6..1829987413ff90cb08bdccdfd9f57642fa2f13da 100644 (file)
@@ -9,7 +9,7 @@ providers.
 
 ###Menu Bar/Buttons
 
-The tab has the following buttons:
+The following buttons are available:
 
 Button                      | Function
 ----------------------------|-------------------
@@ -17,7 +17,6 @@ Button                      | Function
 **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).
-**View Level**              | Change the interface view level to show/hide more advanced options.
-**Help**                    | Display this help page.
+<tvh_include>inc/common_button_table_end</tvh_include>
 
 ---
index 9d4f35df3985e26657328225ced40874043e079b..b2d53a915abd76cbed2dacf3f8c8a73d9a53dc6b 100644 (file)
@@ -20,6 +20,6 @@ The following buttons are available:
 Button         | Function
 ---------------|---------
 **Save**       | Save the current configuration.
-**Help**       | Display this help page. 
+<tvh_include>inc/common_button_table_end</tvh_include>
 
 ---
index fb244cf82e63567ece798164c57a3bb5f131929e..e3fb5b5d73c853d2c79e1d6d1700686afa663db8 100644 (file)
@@ -18,14 +18,13 @@ win (also for unknown mux).
 
 ###Menu Bar/Buttons
 
-The tab has the following buttons:
+The following buttons are available:
 
 Button                      | Function
 ----------------------------|-------------------
 **Save**                    | Save all changes.
 **Undo**                    | Revert all changes since last save.
 **Discover SAT\>IP servers**| Attempt to discover more SAT>IP servers on the network.
-**View Level**| Change the interface view level to show/hide more advanced options.
-**Help**                    | Display this help page.
+<tvh_include>inc/common_button_table_end</tvh_include>
 
 ---
index 8ca22e24eb240b88c783f6c9e39ec83902417446..681173cacd66e749ca2feefdaf15a8423e9a5fe7 100644 (file)
@@ -5,6 +5,11 @@ menu bar.
 
 **Deleting can't be undone. You will be prompted to confirm. **
 
-**Tip**: You can select all entries within the grid by pressing ctrl+A. 
+**Tips**: 
+
+* Rather than deleting an entry, you can disable it instead by 
+unchecking the "Enabled" check box (if available).
+
+* You can select all entries within the grid by pressing ctrl+A. 
 You can also ctrl+click to make additional selections, or shift+click to 
 select a range.