X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd..52f5223a1dcf:/templates/webpages/ar/search.html
diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html
index 1c0b9e60a..2000b8ca4 100644
--- a/templates/webpages/ar/search.html
+++ b/templates/webpages/ar/search.html
@@ -56,13 +56,23 @@
| [% 'Project Number' | $T8 %] |
- [% P.project_picker("project_id", project_id, style=style) %] |
+ [% P.project.picker("project_id", project_id, style=style) %] |
[% IF ALL_BUSINESS_TYPES.as_list.size > 0 %]
| [% 'Customer type' | $T8 %] |
[% L.select_tag("business_id", ALL_BUSINESS_TYPES, with_empty=1, title_key="description", style=style) %] |
+ [% END %]
+
+ | [% 'Show only marked as paid invoices' | $T8 %] |
+ [% L.checkbox_tag('show_marked_as_closed') %] |
+
+ [% IF INSTANCE_CONF.get_email_journal %]
+
+ | [% 'Show only not mailed invoices' | $T8 %] |
+ [% L.checkbox_tag('show_not_mailed') %] |
+
[% END %]
| [% 'Invoice Date' | $T8 %] |