X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/261cfce2d80642a4df62b59a92cb5cc48cf279a4..58966151:/templates/webpages/gl/search.html
diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html
index ed7948df5..9f7c45e64 100644
--- a/templates/webpages/gl/search.html
+++ b/templates/webpages/gl/search.html
@@ -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) %] |
[%- END %]
@@ -40,11 +40,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 %] |