X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b38ecee705bad983c7f022a32b65a90a0c4ccbf2..b8741ec3:/templates/webpages/generic/edit_email.html
diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html
index d26de92a0..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('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();") %]