X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/gl/search.html
diff --git a/templates/webpages/gl/search.html b/templates/webpages/gl/search.html
index da3cb7b22..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,46 +73,50 @@
-
+