X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2b44867fc2d4e3c061c126890cc90fcaa84b6baa..3ab26ffc:/templates/webpages/gl/search.html diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html index 6c5b7d78b..9f7c45e64 100644 --- a/templates/webpages/gl/search.html +++ b/templates/webpages/gl/search.html @@ -17,7 +17,7 @@
| [% 'Reference' | $T8 %] | +[% 'Reference / Invoice Number' | $T8 %] | [% 'Source' | $T8 %] | @@ -25,7 +25,7 @@ [%- IF all_departments %] | |||
|---|---|---|---|---|---|---|
| [% 'Department' | $T8 %] | -[% L.select_tag('department', L.options_for_select(all_departments, value_title_sub=\department_label, with_empty=1)) %] | +[% L.select_tag('department', all_departments, value_title_sub = \department_label, with_empty = 1) %] | ||||
| [% 'Project Number' | $T8 %] | -[% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %] | +[% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %] | ||||
| [% 'Employee' | $T8 %] | -[% L.select_tag('employee', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1)) %] | +[% L.select_tag('employee', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %] | ||||
| [% 'Filter date by' | $T8 %] | ||||||