diff --git a/doc/config.html b/doc/config.html index bd93d971..5384ef8e 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1016,6 +1016,32 @@ dates can be searched for via a start and end date. If date attributes are used (see above), a drop-down quick filter box is displayed which lets the user select "last day", "last week", "next week", and so on.
+
Display <attribute> = <string>
++http://any.company.com/telbook.cgi?search=<name> ++ +where <name> has to be replaced by a search string. +Now one can construct an automatic telephonebook lookup with following options: +
+Attributes = Name, Telephone, ... +Display Telephone = <a href="http://any.company.com/telbook.cgi?search=$Name">$Name's telephone number</a> ++ +The attribute
Telephone is now automatically constructed from
+the attribute Name and consists of a link to the company's
+telephonebook. The advantage of this system is if the URL of the telephonebook
+changes one day, only one statement in the config file has to be changed, while
+otherways (like with the Subst Telephone = ... option) all
+entries would have to be changed manually.+ +
Execute new | edit | delete = <command>