X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=b8823de3836ad842807bf0bdb2bffbe480cc31ea;hb=666d4cad684028ef5ebb5b62adca17127b9bd864;hp=788a1a2838f0cc07b92628bc49c0682590923c5c;hpb=3ceb381944924a7b6a14d69361754422b8b49589;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 788a1a283..b8823de38 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -4,7 +4,6 @@ [%- USE L %] [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %] -
@@ -28,6 +27,7 @@ limit = vclimit, show_empty = 1, allow_textbox = 1, + class = 'initial_focus', -%] @@ -54,34 +54,11 @@ [% 'Employee' | $T8 %] - - [%- INCLUDE 'generic/multibox.html' - name = 'employee_id', - style = 'width: 250px', - DATA = ALL_EMPLOYEES, - id_key = 'id', - label_sub = 'employee_labels', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - default = ' ', - -%] - + [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] [% 'Salesman' | $T8 %] - - [%- INCLUDE 'generic/multibox.html' - name = 'salesman_id', - style = 'width: 250px', - DATA = ALL_SALESMEN, - id_key = 'id', - label_sub = 'salesman_labels', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - -%] - + [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] [% 'Transaction description' | $T8 %] @@ -105,25 +82,21 @@ [% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] [% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %] - - + [% L.date_tag('reqdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('reqdateto') %] @@ -148,7 +121,7 @@ - + [%- END %] @@ -196,6 +169,12 @@ + + + + + + @@ -268,21 +247,9 @@ - -
- - -