From 5c8d3d822a7a99eb74970cc3a1eeea149a1d1778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 2 Jul 2009 09:46:32 +0200 Subject: [PATCH] =?utf8?q?OE=20Suche:=20Verk=C3=A4ufer/Bearbeiter=20muss?= =?utf8?q?=20Dropdown=20sein.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/oe/search_de.html | 4 ++-- templates/webpages/oe/search_master.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/webpages/oe/search_de.html b/templates/webpages/oe/search_de.html index 035f1c282..cc271283a 100644 --- a/templates/webpages/oe/search_de.html +++ b/templates/webpages/oe/search_de.html @@ -59,7 +59,7 @@ label_sub = 'employee_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, default = ' ', -%] @@ -75,7 +75,7 @@ label_sub = 'salesman_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, -%] diff --git a/templates/webpages/oe/search_master.html b/templates/webpages/oe/search_master.html index 752ea37fa..3d69965cd 100644 --- a/templates/webpages/oe/search_master.html +++ b/templates/webpages/oe/search_master.html @@ -59,7 +59,7 @@ label_sub = 'employee_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, default = ' ', -%] @@ -75,7 +75,7 @@ label_sub = 'salesman_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, -%] -- 2.20.1