+[%- USE T8 %]
[% USE HTML %]<body onload="fokus()">
<form name="Form" method="post" action="[% script %]">
<td>
<table>
<tr>
- <th align="right" nowrap><translate>To</translate></th>
+ <th align="right" nowrap>[% 'To' | $T8 %]</th>
<td><input name="email" size="30" value="[% HTML.escape(email) %]"></td>
</tr>
<tr>
- <th align="right" nowrap><translate>Cc</translate></th>
+ <th align="right" nowrap>[% 'Cc' | $T8 %]</th>
<td><input name="cc" size="30" value="[% HTML.escape(cc) %]"></td>
</tr>
[% IF SHOW_BCC %]
<tr>
- <th align="right" nowrap><translate>Bcc</translate></th>
+ <th align="right" nowrap>[% 'Bcc' | $T8 %]</th>
<td><input name="bcc" size="30" value="[% HTML.escape(bcc) %]"></td>
</tr>[% END %]
<tr>
- <th align="right" nowrap><translate>Subject</translate></th>
+ <th align="right" nowrap>[% 'Subject' | $T8 %]</th>
<td><input name="subject" size="30" value="[% HTML.escape(subject) %]"></td>
</tr>
<tr>
- <th align="right" nowrap><translate>Attachment name</translate></th>
+ <th align="right" nowrap>[% 'Attachment name' | $T8 %]</th>
<td><input name="attachment_filename" size="30" value="[% HTML.escape(a_filename) %]"></td>
</table>
</td>
<td>
<table>
<tr>
- <th align="left" nowrap><translate>Message</translate></th>
+ <th align="left" nowrap>[% 'Message' | $T8 %]</th>
</tr>
<tr>
<td><textarea name="message" rows="15" cols="60" wrap="soft">[% HTML.escape(message) %]</textarea></td>
<input type="hidden" name="nextsub" value="send_email">
<br>
-<input name="action" class="submit" type="submit" value="<translate>Continue</translate>">
+<input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">
</form>
</body>