]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/ct/_shipto.html
Ansprechpersonentab mit jQuery & AJAX neu laden lassen, nicht via CGI::AJAX
[kivitendo-erp.git] / templates / webpages / ct / _shipto.html
1 [% USE L %][% USE HTML %][% USE T8 %][% USE LxERP %]
2     <table width="100%" id="shipto_table">
3      <tr>
4       <th align="right">[% 'Shipping Address' | $T8 %]</th>
5       <td>
6        [%- INCLUDE generic/multibox.html
7              name       = 'shipto_id',
8              id         = 'shipto_id',
9              DATA       = SHIPTO,
10              onChange   = "\$('#shipto_table').load('ct.pl?action=get_shipto&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)",
11              id_key     = 'shipto_id',
12              label_sub  = 'shipto_label',
13              label_key  = 'shipto_label',
14              show_empty = 1,
15        -%]
16       </td>
17      </tr>
18
19      <tr>
20       <th align="right" nowrap>[% 'Company Name' | $T8 %]</th>
21       <td><input id="shiptoname" name="shiptoname" size="35" maxlength="75" value="[% HTML.escape(shiptoname) %]"></td>
22      </tr>
23
24      <tr>
25       <th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
26       <td>
27        <input id="shiptodepartment_1" name="shiptodepartment_1" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_1) %]">
28        <input id="shiptodepartment_2" name="shiptodepartment_2" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_2) %]">
29       </td>
30      </tr>
31
32      <tr>
33       <th align="right" nowrap>[% 'Street' | $T8 %]</th>
34       <td><input id="shiptostreet" name="shiptostreet" size="35" maxlength="75" value="[% HTML.escape(shiptostreet) %]"></td>
35      </tr>
36
37      <tr>
38       <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
39       <td>
40        <input id="shiptozipcode" name="shiptozipcode" size="5" maxlength="75" value="[% HTML.escape(shiptozipcode) %]">
41        <input id="shiptocity" name="shiptocity" size="30" maxlength="75" value="[% HTML.escape(shiptocity) %]">
42       </td>
43      </tr>
44
45      <tr>
46       <th align="right" nowrap>[% 'Country' | $T8 %]</th>
47       <td><input id="shiptocountry" name="shiptocountry" size="35" maxlength="75" value="[% HTML.escape(shiptocountry) %]"></td>
48      </tr>
49
50      <tr>
51       <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
52       <td><input id="shiptocontact" name="shiptocontact" size="30" maxlength="75" value="[% HTML.escape(shiptocontact) %]"></td>
53      </tr>
54
55      <tr>
56       <th align="right" nowrap>[% 'Phone' | $T8 %]</th>
57       <td><input id="shiptophone" name="shiptophone" size="30" maxlength="30" value="[% HTML.escape(shiptophone) %]"></td>
58      </tr>
59
60      <tr>
61       <th align="right" nowrap>[% 'Fax' | $T8 %]</th>
62       <td><input id="shiptofax" name="shiptofax" size="30" maxlength="30" value="[% HTML.escape(shiptofax) %]"></td>
63      </tr>
64
65      <tr>
66       <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
67       <td><input id="shiptoemail" name="shiptoemail" size="45" value="[% HTML.escape(shiptoemail) %]"></td>
68      </tr>
69     </table>