Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
mdhelp: add new common add, edit and del markdown files, remove the o…
…lder examples mdhelp: partially rewrite dvrentry to make use of the new <tvh_include> functionallity mdhelp: update ipblocking to use new common add, edit and del markdown include files
- Loading branch information
Showing
7 changed files
with
126 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ###Adding an Entry | ||
|
|
||
| To add an entry click the *[Add]* button from the menu bar, the add | ||
| dialog should now be displayed. A common set of fields is used for the | ||
| add dialog, most of which can also be seen in the grid view. | ||
|
|
||
| Pressing the *[Save]* button (at the bottom of the dialog) | ||
| will commit your changes and close the dialog, pressing the *[Apply]* | ||
| button will commit your changes but won't close the dialog, pressing | ||
| the *[Cancel]* button closes the dialog - any unsaved changes will be | ||
| lost. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ###Deleting an Entry | ||
|
|
||
| Highlight (select) the desired entries in the grid, then press the *[Delete]* button on the | ||
| 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. | ||
| You can also ctrl+click to make additional selections, or shift+click to | ||
| select a range. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| ###Editing an Entry | ||
|
|
||
| There are two methods to editing an entry. | ||
|
|
||
| **Tip**: 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. | ||
|
|
||
| ####Editing in the Grid | ||
|
|
||
| Highlight (select) the desired entry and then..: | ||
|
|
||
| * To edit a cell, double click on it. | ||
| * To change a check box or radio button, click once. | ||
|
|
||
| After a cell is changed, a small red flag or triangle will appear in | ||
| the top-left corner to indicate that it has been changed. These changes | ||
| can now be kept (*[Save]* button), or abandoned (*[Undo]* button). | ||
|
|
||
| ####Using the *[Edit]* Button | ||
|
|
||
| Highlight (select) the entries in the grid that you'd like to edit, then | ||
| click the *[Edit]* button from the menu bar, the edit dialog should now | ||
| be displayed. A common set of fields is used for the Edit dialog, most | ||
| of which can also be seen in the grid view. | ||
|
|
||
| Pressing the *[Save]* button (at the bottom of the dialog) | ||
| will commit your changes and close the dialog, pressing the *[Apply]* | ||
| button will commit your changes but won't close the dialog, pressing | ||
| the *[Cancel]* button closes the dialog - any unsaved changes will be | ||
| lost. |