From c1122929b7db83b94dc63d34c98d10ca409a664f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 20 Jan 2017 15:47:36 +0100 Subject: [PATCH] Artikelsuche: keine Multibox mehr verwenden --- templates/webpages/ic/search.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index c9fd837a8..5cd97c7df 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -59,19 +59,7 @@ [% 'Partsgroup' | $T8 %] - - [%- INCLUDE generic/multibox.html - name = 'partsgroup', - select_name = 'partsgroup_id', - DATA = ALL_PARTSGROUPS, - show_empty = 1, - id_key = 'id', - label_key = 'partsgroup', - style = 'width:250px', - limit = MYCONFIG.vclimit, - allow_textbox = 1 - -%] - + [% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, with_empty=1, default=partsgroup, title_key="partsgroup", style="width: 250px") %] [% 'Serial Number' | $T8 %] -- 2.20.1