X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fedit_email.html;h=b248969ceefbf5b965d95dfc07f47e73e86191c9;hb=4247547d2a925ddad7006cae89e5f9f1fda7d469;hp=b8303a0cccb959420254b1b09f787d66dab44d9d;hpb=6ec6dac55f2edee6a52ec0d5a61cabab674256c8;p=kivitendo-erp.git diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html index b8303a0cc..b248969ce 100644 --- a/templates/webpages/generic/edit_email.html +++ b/templates/webpages/generic/edit_email.html @@ -1,34 +1,31 @@ [%- USE T8 %] -[%- USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +

[% title %]

+
- - - - -
[% title %]
- + -[% IF SHOW_BCC %] +[%- IF SHOW_BCC %] - [% END %] + +[%- END %] - - + @@ -44,7 +41,7 @@ - +
[% '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 %]
@@ -68,6 +65,17 @@
- +[% L.submit_tag('action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %] +