X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b38ecee705bad983c7f022a32b65a90a0c4ccbf2..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/generic/edit_email.html diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html deleted file mode 100644 index d26de92a0..000000000 --- a/templates/webpages/generic/edit_email.html +++ /dev/null @@ -1,82 +0,0 @@ -[%- USE T8 %] -[%- USE HTML %][%- USE LxERP -%][%- USE L -%] -

[% title %]

- -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - -[%- IF SHOW_BCC %] - - - - -[%- END %] - - - - - - - - -
[% 'To' | $T8 %][% L.input_tag('email', email, size=30, class=(email ? '' : 'initial_focus')) %]
[% 'Cc' | $T8 %]
[% 'Bcc' | $T8 %]
[% 'Subject' | $T8 %][% L.input_tag('subject', subject, size=30, class=(email ? 'initial_focus' : '')) %]
[% 'Attachment name' | $T8 %]
-
- - - - - - - - -
[% 'Message' | $T8 %]
-
- -[% print_options %] -[% FOREACH row = HIDDEN %] -[% END %] - -

- - - -
-[% L.submit_tag('action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %] -
- -