X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=9453f6b49fb67cd8da9077166fb0b4878ebbc605;hb=ad46cc4c58c14071a2922c1154dfa3daebac4417;hp=53b1a476487fd59461a8baaf0d174633710ac897;hpb=d281eedf12fcb699ebddbaa8395d6f15a06cff1f;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 53b1a4764..9453f6b49 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", '', active="both", valid="both", style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] @@ -78,6 +76,14 @@ [%- END %] + + [% 'Internal Notes' | $T8 %] + [% L.input_tag('intnotes', '', style=style) %] + + + [% 'Phone Notes' | $T8 %] + [% L.input_tag('phone_notes', '', style=style) %] + [% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] @@ -110,9 +116,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', '') %] @@ -127,7 +133,7 @@ [%- IF CT_CUSTOM_VARIABLES.size %] - [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] + [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] [% CT_CUSTOM_VARIABLES_FILTER_CODE %] [%- END %] @@ -203,7 +209,7 @@ -