diff --git a/doc/config.html b/doc/config.html index 77bc9604..53b90c20 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1259,24 +1259,26 @@ message comment can be displayed to tell the user what to enter exactly in the message body for that attribute value.
-
Hidden Attributes = <list>
+Show Attributes = <list>
+under certain conditions, to make the input mask shorter and maybe change the order +of the attributes. With this option, a subset of all attributes can be specified +which get displayed on the new entry input page in the same order as they are +specified here. This option only makes sense when used with conditions, such as:
Attributes = PC Name, Operating System, Version, Distribution
Options Operating System = Linux{1}, Windows{2}
-{1} Hidden Attributes = Version
-{2} Hidden Attributes = Distribution
+{1} Show Attributes = Operating System, Distribution, PC Name
+{2} Show Attributes = Operating System, PC Name, Version
The above statements caus the atrribute Version to be only
-visible when "Windows" is selected, and Version to be only
-visible when "Linux" is selected.
+visible when "Windows" is selected, and Distribution to be only
+visible when "Linux" is selected. If "Windows" is selected, the PC name is shown
+before the version.