From: Sven Schöling Date: Wed, 9 Dec 2009 10:39:40 +0000 (+0100) Subject: Typo X-Git-Tag: release-2.6.1beta1~72^2~31 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6b6781c54c08eea2036dab37f6b22773a8180d2f;p=kivitendo-erp.git Typo --- diff --git a/templates/webpages/generic/autocomplete.html b/templates/webpages/generic/autocomplete.html index 6b9681f14..8ac18631b 100644 --- a/templates/webpages/generic/autocomplete.html +++ b/templates/webpages/generic/autocomplete.html @@ -4,7 +4,7 @@ This template enables auto completion for input fields. Calling Syntax is: - INCLUDE 'generic/autocomlete', [ + INCLUDE 'generic/autocomplete', [ { SPEC_1 }, { SPEC_2 }, ... @@ -14,7 +14,7 @@ script : the script that is called for autocompletion, defaults to the invoking script action : action in the ajax script, defaults to 'ajax_autocomplete' - selector : a jquery selector, specifying the input field + selector : a jquery selector, specifying the input fields column : specifies the column that is represented by the bound field. typically description or name. TODO FIELDS: