X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bd4debfbf0cddd53ba37a5f7881a4525e3c69891..a40f0c2f7523a7d6936ca483901c22dfe86358c9:/templates/webpages/generic/edit_email.html
diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html
index 48f61316e..e3b03ac1e 100644
--- a/templates/webpages/generic/edit_email.html
+++ b/templates/webpages/generic/edit_email.html
@@ -6,7 +6,7 @@
- |
+ |
| [% 'To' | $T8 %] |
@@ -33,6 +33,92 @@
|
+[%- IF INSTANCE_CONF.get_doc_storage %]
+
+
+ |
+[%- ELSE %]
+
+ |
+[%- END %]
@@ -49,7 +135,7 @@
- |
+ |
[% print_options %]
[% FOREACH row = HIDDEN %]
@@ -59,14 +145,18 @@
|
-
|
+
|
[% L.hidden_tag('action', action) %]
-[% L.submit_tag('dummy_action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %]
+[% L.submit_tag('action_newfile', LxERP.t8('Make new document'), onclick="return check_prerequisites();") %]
+[%- IF has_document %]
+[% L.submit_tag('action_oldfile', LxERP.t8('use actual document'), onclick="return check_prerequisites();") %]
+[%- END %]
+[% L.submit_tag('action_nofile', LxERP.t8('No document'), onclick="return check_prerequisites();") %]