edit_e_mail auf templates umgestellt
[kivitendo-erp.git] / templates / webpages / generic / edit_email_master.html
1 <body onload="fokus()">
2
3 <form name="Form" method="post" action="<TMPL_VAR script>">
4
5 <table width="100%">
6   <tr class="listtop">
7
8     <th class="listtop"><TMPL_VAR title></th>
9   </tr>
10   <tr height="5"></tr>
11   <tr>
12     <td>
13       <table>
14         <tr>
15           <th align="right" nowrap><translate>To</translate></th>
16
17           <td><input name="email" size="30" value="<TMPL_VAR email>"></td>
18         </tr>
19         <tr>
20           <th align="right" nowrap><translate>Cc</translate></th>
21           <td><input name="cc" size="30" value="<TMPL_VAR cc>"></td>
22         </tr>
23 <TMPL_IF SHOW_BCC>
24         <tr>
25           <th align="right" nowrap><translate>Bcc</translate></th>
26           <td><input name="bcc" size="30" value="<TMPL_VAR bcc>"></td>
27         </tr></TMPL_IF>
28         <tr>
29           <th align="right" nowrap><translate>Subject</translate></th>
30
31           <td><input name="subject" size="30" value="<TMPL_VAR subject>"></td>
32         </tr>
33         <tr>
34           <th align="right" nowrap><translate>Attachment name</translate></th>
35           <td><input name="attachment_filename" size="30" value="<TMPL_VAR a_filename>"></td>
36       </table>
37     </td>
38   </tr>
39
40   <tr>
41     <td>
42       <table>
43         <tr>
44           <th align="left" nowrap><translate>Message</translate></th>
45         </tr>
46         <tr>
47           <td><textarea name="message" rows="15" cols="60" wrap="soft"><TMPL_VAR message></textarea></td>
48
49         </tr>
50       </table>
51     </td>
52   </tr>
53   <tr>
54     <td>
55
56 <TMPL_VAR _print_options_>
57 <TMPL_LOOP HIDDEN><input type="hidden" name="<TMPL_VAR name>" value="<TMPL_VAR value ESCAPE=HTML>"></TMPL_LOOP>
58
59     </td>
60   </tr>
61
62   <tr>
63     <td><hr size="3" noshade></td>
64   </tr>
65 </table>
66
67 <input type="hidden" name="nextsub" value="send_email">
68
69 <br>
70 <input name="action" class="submit" type="submit" value="<translate>Continue</translate>">
71 </form>
72
73 </body>
74 </html>