author | kergoth <kergoth> | 2003-08-09 17:29:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-08-09 17:29:36 (UTC) |
commit | a0bab0e281fbaf6f6ebbb1a48e5c06426bfbbb93 (patch) (side-by-side diff) | |
tree | 5ce78e1a5dedd31b7851d53bf9f072bd44edd1b0 /help/en/html/confedit.html | |
parent | a7e015198a8c5ad3b6e144a9032b059086253e00 (diff) | |
download | opie-a0bab0e281fbaf6f6ebbb1a48e5c06426bfbbb93.zip opie-a0bab0e281fbaf6f6ebbb1a48e5c06426bfbbb93.tar.gz opie-a0bab0e281fbaf6f6ebbb1a48e5c06426bfbbb93.tar.bz2 |
Merge from BRANCH_1_0
-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> + |