X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd..c49684f8b604a4318679d3a6828f0ffaafdfe2d4:/templates/webpages/gl/search.html
diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html
index c4f8db381..e7e1d5b3c 100644
--- a/templates/webpages/gl/search.html
+++ b/templates/webpages/gl/search.html
@@ -34,23 +34,27 @@
[% 'Notes' | $T8 %] |
|
+
+ | [% 'Transaction description' | $T8 %] |
+ [% L.input_tag("transaction_description", "", size=40) %] |
+
| [% 'Project Number' | $T8 %] |
[% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %] |
-
- | [% 'Employee' | $T8 %] |
- [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %] |
-
-
- | [% 'Filter date by' | $T8 %] |
-
- [% 'Transdate' | $T8 %]
- [% 'Gldate' | $T8 %]
- |
-
-
- | [% 'From' | $T8 %] |
+
+ | [% 'Employee' | $T8 %] |
+ [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %] |
+
+
+ | [% 'Filter date by' | $T8 %] |
+
+ [% 'Transdate' | $T8 %]
+ [% 'Gldate' | $T8 %]
+ |
+
+
+ | [% 'From' | $T8 %] |
[% L.date_tag('datefrom') %] |
[% 'To (time)' | $T8 %] |
[% L.date_tag('dateto') %] |
@@ -69,40 +73,50 @@
-
+ |
+
+ |