X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=45a6f0aa0c3c1fe62e44e2abf715414bf6ff90bd;hb=a90b3fb8ebabdefdce605df9999fa8f284856e55;hp=53b1a476487fd59461a8baaf0d174633710ac897;hpb=d281eedf12fcb699ebddbaa8395d6f15a06cff1f;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 53b1a4764..45a6f0aa0 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -59,14 +59,12 @@ [% 'Transaction description' | $T8 %] [% L.input_tag("transaction_description", "", style=style) %] - [% 'Part Description' | $T8 %] [% L.input_tag("parts_description", "", style=style) %] [% 'Project' | $T8 %] - [% P.project_picker("project_id", '', style=style) %] - + [% P.project.picker("project_id", '', style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] @@ -110,9 +108,9 @@ [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] - [% L.date_tag('expected_billing_date_from', '' 'BL') %] + [% L.date_tag('expected_billing_date_from', '') %] [% 'Bis' | $T8 %] - [% L.date_tag('expected_billing_date_to', '' 'BL') %] + [% L.date_tag('expected_billing_date_to', '') %] @@ -259,6 +257,10 @@ + + [%- L.checkbox_tag('l_department', label => LxERP.t8('Department')) %] + +