diff --git a/doc/config.html b/doc/config.html
index ac4c064a..2651e933 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -208,9 +208,10 @@ successful user connections for logbooks with user level access.
Logging level = 1 | 2 | 3
-Specifies the logging level:
+Specifies the logging level. The higher this value, the more information
+is logged:
-- 1: Log only login and logouts
+
- 1: Log only logins and logouts
- 2: Log also write accesses
- 3: Log also read accesses
@@ -727,10 +728,10 @@ as described unter the "Subst <attribute>" option.
List display = <list>
-Specified the display and order of items in a message listing page or a search
-result page. In addition to all attributes, one can specify here "ID" for
-the message ID, "Logbook" and "Date". The restriction to certain
-attributes can be helpful if many attributes are defined in a logbook, which
+Specified the display and order of items in a message listing page or a search
+result page. In addition to all attributes, one can specify here "ID" for
+the message ID, "Logbook" and "Date". The restriction to certain
+attributes can be helpful if many attributes are defined in a logbook, which
usually makes the table too big to fit in the browser. The default
is
@@ -829,7 +830,7 @@ on can be displayed.
Format <attribute> = <flags>,<css_class_name>,<css_class_value>,<width>,<size>
-Optional formatting parameters for attributes. Following items can be defined in the
+Optional formatting parameters for attributes. Following items can be defined in the
comma-separated list:
Values used for single message display page:
@@ -839,7 +840,7 @@ Values used for single message display page:
1: Display attribute in same line as previous attribute
2: Display radio buttons or check boxes in separate lines (if applicable)
- <css_class_name>,<css_class_value> Cascading Style Sheet class
+ <css_class_name>,<css_class_value> Cascading Style Sheet class
names used for cells containing attribute name or value, respectively. The classes must
be defined in the style sheet file (usually themes/default/default.css).
@@ -848,7 +849,7 @@ Values used for single message display page:
Values used for new message entry form:
- <width> Width of the text entry field in characters
-
- <size> Maximum number of characters allowed.
+
- <size> Maximum number of characters allowed.