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>
    When using conditional attributes, it might be necessary to omit certain attributes -under certain conditions, to make the input mask shorter. With this option, a list -of attributes can be specified which are not displayed on the new entry input page. -This option only makes sense when used with condisions, such as:

    +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:

    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.

    Multiple conditions