X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=2da933963b3fdad57fd22025cd39eaf72b32f817;hb=5896615180704b3dddba46f4064a47ff1f094c3c;hp=c45f28613eedd6fee68bd26f8751926f529b8f20;hpb=c69c1871d7fbb9fccf96463d9a133714ae244873;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index c45f28613..2da933963 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,4 +1,5 @@ [%- USE T8 %] +[%- USE L %]
@@ -51,34 +52,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 +101,11 @@ [% 'From' | $T8 %] - - + [% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] - - + [% L.date_tag('transdateto') %] @@ -201,7 +177,7 @@ [% 'Subtotal' | $T8 %] - [% 'Project Number' | $T8 %] + [% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %] @@ -240,8 +216,6 @@