X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=1b9d615f68274d7e835452acc4b867a556907215;hb=b592435b709841b65441d5fef5c41e3ad2c91413;hp=b7161ee8dc967d618f72de4b8f4c604a6af9e70d;hpb=fdf5b8ae58b69b3a96a2255128e0524323d18cd7;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index b7161ee8d..1b9d615f6 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -39,18 +39,7 @@ [%- IF ALL_DEPARTMENTS.size %] [% 'Department' | $T8 %] - - [%- INCLUDE 'generic/multibox.html' - name = 'department_id', - style = 'width: 250px', - DATA = ALL_DEPARTMENTS, - id_key = 'id', - label_key = 'description', - limit = MYCONFIG.vclimit, - show_empty = 1, - allow_textbox = 1, - -%] - + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style="width: 250px") %] [%- END %]