Revision 3f2bf4e8
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/dunning/set_email.html | ||
---|---|---|
1 | 1 |
[% USE T8 %] |
2 | 2 |
[% USE HTML %] |
3 |
[% USE L %] |
|
3 | 4 |
|
4 | 5 |
<h1>[% title %]</h1> |
5 | 6 |
|
6 | 7 |
<script type="text/javascript"><!-- |
7 | 8 |
function email_updated() { |
8 | 9 |
window.opener.document.getElementsByName(document.Form.input_subject.value)[0].value = document.getElementsByName("email_subject")[0].value; |
9 |
window.opener.document.getElementsByName(document.Form.input_body.value)[0].value = document.getElementsByName("email_body")[0].value; |
|
10 |
window.opener.document.getElementsByName(document.Form.input_attachment.value)[0].value = document.getElementsByName("email_attachment")[0].value; self.close(); |
|
10 |
window.opener.document.getElementsByName(document.Form.input_body.value)[0].value = $("#email_body").val(); |
|
11 |
window.opener.document.getElementsByName(document.Form.input_attachment.value)[0].value = document.getElementsByName("email_attachment")[0].value; |
|
12 |
self.close(); |
|
11 | 13 |
} |
12 | 14 |
--></script> |
13 | 15 |
|
... | ... | |
25 | 27 |
</tr> |
26 | 28 |
<tr> |
27 | 29 |
<th>[% 'Body:' | $T8 %]</th> |
28 |
<td><textarea id="email_body" name="email_body" rows="20" cols="70" wrap="soft">[% HTML.escape(email_body) %]</textarea> |
|
29 |
</td> |
|
30 |
<td>[% L.textarea_tag('email_body', email_body, rows=20, cols=70, class='texteditor') %]</td> |
|
30 | 31 |
</tr> |
31 | 32 |
<tr> |
32 | 33 |
<th>[% 'Attach PDF:' | $T8 %]</th> |
Auch abrufbar als: Unified diff
design4.0: E-Mail bei Mahnung als HTML