X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=07f2fc1f18c33e4dee0801e1dd30b151b66f9c37;hb=489ac6d290dc6cadce94f63d9bea95ac577fe196;hp=a70816efe40f6ca5eb73c6df2db33e74c6f67404;hpb=d8e0c6d81c47bc3a58af6607019ffebc74becc16;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index a70816efe..07f2fc1f1 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,5 +1,5 @@ [%- USE T8 %] - +[%- USE L %]
@@ -51,34 +51,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 %] @@ -123,13 +100,11 @@ [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] @@ -162,6 +137,10 @@ [% 'Customer' | $T8 %] + + [% 'Customer Number' | $T8 %] + + [% 'Amount' | $T8 %] @@ -240,14 +219,8 @@
- -