From 701b52eba74b99f3b43dfa047e09127687dae5d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 9 Dec 2009 12:51:49 +0100 Subject: [PATCH] =?utf8?q?Kunde/Lieferant=20Autocompletion=20in=20Auftr?= =?utf8?q?=C3=A4gen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/oe/form_header_de.html | 4 ++++ templates/webpages/oe/form_header_master.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/webpages/oe/form_header_de.html b/templates/webpages/oe/form_header_de.html index ba4bd1b0a..78823535a 100644 --- a/templates/webpages/oe/form_header_de.html +++ b/templates/webpages/oe/form_header_de.html @@ -47,6 +47,10 @@ onChange = "document.getElementById('update_button').click();" -%] +[% INCLUDE 'generic/autocomplete.html', AUTOCOMPLETES => [ + { script => 'ct.pl', column => 'name', selector => '#' _ vc, params => { vc => vc } }, +] +%] [%- IF ALL_CONTACTS.size %] diff --git a/templates/webpages/oe/form_header_master.html b/templates/webpages/oe/form_header_master.html index 27ae25031..ae2a49bd0 100644 --- a/templates/webpages/oe/form_header_master.html +++ b/templates/webpages/oe/form_header_master.html @@ -47,6 +47,10 @@ onChange = "document.getElementById('update_button').click();" -%] +[% INCLUDE 'generic/autocomplete.html', AUTOCOMPLETES => [ + { script => 'ct.pl', column => 'name', selector => '#' _ vc, params => { vc => vc } }, +] +%] [%- IF ALL_CONTACTS.size %] -- 2.20.1