X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/baf226d0b65e64f9475dea46b35d88d52fed1cc6..b8741ec3:/templates/webpages/oe/form_header.html
diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html
index 83d1b6527..2f0766873 100644
--- a/templates/webpages/oe/form_header.html
+++ b/templates/webpages/oe/form_header.html
@@ -35,6 +35,10 @@
[%- IF INSTANCE_CONF.get_webdav %]
[% 'WebDAV' | $T8 %]
[%- END %]
+[%- IF id AND INSTANCE_CONF.get_doc_storage %]
+ [% 'Documents' | $T8 %]
+ [% 'Attachments' | $T8 %]
+[%- END %]
[%- IF id AND AUTH.assert('record_links', 1) %]
[% 'Linked Records' | $T8 %]
[%- END %]
@@ -110,12 +114,10 @@
[%- END %]
-[%- IF currencies %]
| [% 'Currency' | $T8 %] |
- [% currencies %] |
+ [% L.select_tag("currency", ALL_CURRENCIES, value_key="name", default=currency, onchange="document.getElementById('update_button').click();") %] |
-[%- END %]
[%- IF show_exchangerate %]
| [% 'Exchangerate' | $T8 %] |