Revision ba802064
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/generic/edit_email.html | ||
---|---|---|
20 | 20 |
<th align="right" nowrap>[% 'Cc' | $T8 %]</th> |
21 | 21 |
<td><input name="cc" size="30" value="[% HTML.escape(cc) %]"></td> |
22 | 22 |
</tr> |
23 |
[% IF SHOW_BCC %] |
|
23 |
[%- IF SHOW_BCC %]
|
|
24 | 24 |
<tr> |
25 | 25 |
<th align="right" nowrap>[% 'Bcc' | $T8 %]</th> |
26 | 26 |
<td><input name="bcc" size="30" value="[% HTML.escape(bcc) %]"></td> |
27 |
</tr>[% END %] |
|
27 |
</tr> |
|
28 |
[%- END %] |
|
28 | 29 |
<tr> |
29 | 30 |
<th align="right" nowrap>[% 'Subject' | $T8 %]</th> |
30 |
|
|
31 | 31 |
<td>[% L.input_tag('subject', subject, size=30, class=(email ? 'initial_focus' : '')) %]</td> |
32 | 32 |
</tr> |
33 | 33 |
<tr> |
Auch abrufbar als: Unified diff
Email: Kosmetik