X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fedit_email.html;h=48f61316e43f2721e882feb541513c2fcdbd2aee;hb=f2461e14168f6ac5433915b6a0309ddb4884499f;hp=9aec0ca977863d7ebf6f88b3531f41c3523a729e;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/generic/edit_email.html b/templates/webpages/generic/edit_email.html index 9aec0ca97..48f61316e 100644 --- a/templates/webpages/generic/edit_email.html +++ b/templates/webpages/generic/edit_email.html @@ -1,39 +1,36 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +

[% title %]

- - - - - @@ -45,7 +42,7 @@ - +
[% title %]
- + -[% IF SHOW_BCC %] +[%- IF SHOW_BCC %] - [% END %] + +[%- 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 %]
@@ -66,11 +63,20 @@ - +[% L.hidden_tag('action', action) %]
- +[% L.submit_tag('dummy_action', LxERP.t8('Continue'), onclick="return check_prerequisites();") %]
- - +