]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/letter/search.html
xmas-modus für kivi
[kivitendo-erp.git] / templates / webpages / letter / search.html
1 [% USE HTML %]
2 [% USE T8 %]
3 [% USE L %]
4  <h1>[% title %]</h1>
5
6  <form action="letter.pl" method="post" name="Form">
7   <input type="hidden" name="nextsub" value="report">
8
9   <p>
10    <table>
11     <tr>
12      <th align='right'>[% 'Letternumber' | $T8 %]</th>
13      <td><input name='letternumber' style='width:250px' value='[% letternumber %]'></th>
14     </tr>
15     <tr>
16      <td align="right">[% 'Customer' | $T8 %]</td>
17      <td>
18         [%- INCLUDE 'generic/multibox.html'
19              name          = 'customer',
20              style         = 'width:250px',
21              DATA          = ALL_CUSTOMERS,
22              id_key        = 'id',
23              label_key     = 'name',
24              select        = vc_select,
25              limit         = MYCONFIG.vclimit,
26              allow_textbox = 1,
27              show_empty    = 1,
28              force_textbox = limit_exceeded_all_customer
29              onChange      = "document.getElementById('update_button').click();" -%]
30 [%- IF MYCONFIG.vclimit > ALL_CUSTOMERS.size %]
31        <input type="hidden" name='selectcustomer' value="1">
32 [%- END %]
33      </td>
34     </tr>
35
36     <tr>
37      <td align="right">[% 'Contact' | $T8 %]</td>
38      <td><input name="contact" style='width:250px'></td>
39     </tr>
40
41     <tr>
42      <td align="right">[% 'Subject' | $T8 %]</td>
43      <td><input name="subject" style='width:250px'></td>
44     </tr>
45
46     <tr>
47      <td align="right">[% 'Body' | $T8 %]</td>
48      <td><input name="body" style='width:250px'></td>
49     </tr>
50
51     <tr>
52      <td align='right'>[% 'From' | $T8 %]</td>
53      <td>
54       [% L.date_tag('date_from') %]
55       [% 'To (time)' | $T8 %]
56       [% L.date_tag('date_to') %]
57      </td>
58     </tr>
59    </table>
60   </p>
61
62   <p>
63    <input type="submit" name="action" value="[% 'Continue' | $T8 %]">
64   </p>
65  </form>