X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/554ef802462a140ea769b8c3a7c7fc3ac91a58c4..b8fee3fc:/templates/webpages/gl/search.html diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html index ed7948df5..3f1fd404d 100644 --- a/templates/webpages/gl/search.html +++ b/templates/webpages/gl/search.html @@ -2,8 +2,6 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] - -
@@ -25,7 +23,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) %] [%- END %] @@ -40,11 +38,11 @@ [% '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 %] @@ -124,5 +122,3 @@
- -