-rw-r--r-- | help/en/html/confedit.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/help/en/html/confedit.html b/help/en/html/confedit.html new file mode 100644 index 0000000..14b78b8 --- a/dev/null +++ b/help/en/html/confedit.html @@ -0,0 +1,42 @@ +<html> <head> <title>confedit</title> </head> +<body> + <center> + <h1>confedit</h1> + <hr> + <h1>A big fat Warning: <br><br> + Do <b>NOT</b> use confedit!</h1> + unless you know what you are doing...<br> + <br><hr> + </center> + <h2>Possible Actions</h2> + By highlighting an item a editor will show up. <br> + After pressing on a item for some time a popup menu + with the possible actions will show up. + <h3>conf file</h3> + <ul> +<li>Save:<br>save the changes</li> +<li>Revert:<br>revert the file to the backup copy<br> +i.e. undo the last change</li> +<li>Delete:<br>delete the file from the filesystem<br> +This cannot be undone, your settings will be lost and +reverted to the default!</li> + </ul> + <h3>group</h3> + <ul> +<li>Revert:<br>revert the group to the saved version<br> +i.e. undo the last change</li> +<li>Delete:<br>delete the group<br> +This cannot be undone, your settings will be lost and +reverted to the default!</li> + </ul> + <h3>entry</h3> + <ul> +<li>Revert:<br>revert the entry to the saved version<br> +i.e. undo the last change</li> +<li>Delete:<br>delete the entry<br> +This cannot be undone, your settings will be lost and +reverted to the default!</li> + </ul> +</body> +</html> + |