From: Sven Schöling Date: Thu, 2 Jul 2009 07:46:32 +0000 (+0200) Subject: OE Suche: Verkäufer/Bearbeiter muss Dropdown sein. X-Git-Tag: release-2.6.1beta1~370 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5c8d3d822a7a99eb74970cc3a1eeea149a1d1778;p=kivitendo-erp.git OE Suche: Verkäufer/Bearbeiter muss Dropdown sein. --- 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, -%]