Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a90d8967

Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt

  • ID a90d8967d771df012d522d32d1f300cab1b44568
  • Vorgänger fcd2a7af
  • Nachfolger f443bfa9

Neues Design 2019 Standard-Code templates/webpages/ct/search.html

Unterschiede anzeigen:

templates/webpages/ct/search.html
1
<h1>[% title %]</h1>
1
[% USE T8 %]
2
[% USE L %]
3
[% USE HTML %]
4
[% USE LxERP %]
2 5

  
3
 <form method="post" action="ct.pl" name="Form" id="form">
6
<h1>[% title %]</h1>
4 7

  
5
  <input type="hidden" name="db" value="[% HTML.escape(db) %]">
8
<form method="post" action="ct.pl" name="Form" id="form">
9
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
6 10

  
7
  <table>
8
   <tr>
9
    <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
10
    <td><input name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" size="35"></td>
11
   </tr>
11
<div class="wrapper">
12 12

  
13
   <tr>
14
    <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</th>
15
    <td><input id="name" name="name" size="35" class="initial_focus"></td>
16
   </tr>
13
    <table class="tbl-horizontal">
14
      <caption> [% 'Customer & Contact' | $T8 %] </caption>
15
      <tbody>
16
        <tr>
17
          <th>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </th>
18
          <td><input type="text" name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" class="wi-normal"></td>
19
        </tr>
20
        <tr>
21
          <th>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][% ELSE %][% 'Vendor Name' | $T8 %][% END %] </th>
22
          <td><input type="text" id="name" name="name" class="initial_focus wi-normal"></td>
23
        </tr>
24
        <tr>
25
          <th>[% 'Contact' | $T8 %] </th>
26
          <td><input type="text" name="contact" class="wi-normal"></td>
27
        </tr>
28
        <tr>
29
          <th>[% 'Contact person (surname)' | $T8 %] </th>
30
          <td><input type="text" name="cp_name" class="wi-normal"></td>
31
        </tr>
32
        <tr>
33
          <th>[% 'E-mail' | $T8 %] </th>
34
          <td><input type="text" name="email" class="wi-normal"></td>
35
        </tr>
36
      </tbody>
37
    </table>
17 38

  
18
   <tr>
19
    <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
20
    <td><input name="contact" size="35"></td>
21
   </tr>
39
    <table class="tbl-horizontal">
40
      <caption> [% 'Billing/shipping address' | $T8 %] </caption>
41
      <tbody>
42
        <tr>
43
          <th>[% 'Street' | $T8 %] </th>
44
          <td><input type="text" name="addr_street" class="wi-normal"></td>
45
        </tr>
46
        <tr>
47
          <th>[% 'ZIPcode' | $T8 %] </th>
48
          <td><input type="text" name="addr_zipcode" class="wi-normal"></td>
49
        </tr>
50
        <tr>
51
          <th>[% 'City' | $T8 %] </th>
52
          <td><input type="text" name="addr_city" class="wi-normal"></td>
53
        </tr>
54
        <tr>
55
          <th>[% 'Country' | $T8 %] </th>
56
          <td><input type="text" name="addr_country" class="wi-normal"></td>
57
        </tr>
58
        <tr>
59
          <th>[% 'GLN' | $T8 %] </th>
60
          <td><input type="text" name="addr_gln" class="wi-number"></td>
61
        </tr>
62
      </tbody>
63
    </table>
22 64

  
23
   <tr>
24
    <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
25
    <td><input name="email" size="35"></td>
26
   </tr>
27
   <tr>
28
    <th align="right" nowrap>[% 'Contact person (surname)' | $T8 %]</th>
29
    <td><input name="cp_name" size="35"></td>
30
   </tr>
31
   <tr>
32
    <th align="right" nowrap>[% 'Billing/shipping address (street)' | $T8 %]</th>
33
    <td><input name="addr_street" size="35"></td>
34
   </tr>
35
   <tr>
36
    <th align="right" nowrap>[% 'Billing/shipping address (zipcode)' | $T8 %]</th>
37
    <td><input name="addr_zipcode" size="35"></td>
38
   </tr>
39
   <tr>
40
    <th align="right" nowrap>[% 'Billing/shipping address (city)' | $T8 %]</th>
41
    <td><input name="addr_city" size="35"></td>
42
   </tr>
43
   <tr>
44
    <th align="right" nowrap>[% 'Billing/shipping address (country)' | $T8 %]</th>
45
    <td><input name="addr_country" size="35"></td>
46
   </tr>
47
   <tr>
48
    <th align="right" nowrap>[% 'Billing/shipping address (GLN)' | $T8 %]</th>
49
    <td><input name="addr_gln" size="35"></td>
50
   </tr>
51 65

  
52
   [% IF SHOW_BUSINESS_TYPES %]
53
   <tr>
54
    <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th>
55
    <td>
56
     [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1) %]
57
    </td>
58
   </tr>
59
   [% END %]
66
  <table class="tbl-horizontal">
67
    <caption> [% 'Handling & Scope' | $T8 %] </caption>
68
    <tbody>
69
      [% IF SHOW_BUSINESS_TYPES %]
70
      <tr>
71
        <th>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] </th>
72
        <td>[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class='wi-lightwide') %] </td>
73
      </tr>
74
      [% END %]
75
      [% IF IS_CUSTOMER %]
76
         <tr>
77
           <th>[% LxERP.t8("Factur-X/ZUGFeRD settings") %]</th>
78
           <td>[% L.select_tag('create_zugferd_invoices', ZUGFERD_SETTINGS, with_empty = 1) %]</td>
79
         </tr>
80
      [% END %]
81
      [% IF IS_CUSTOMER && ALL_SALESMEN.size %]
82
        <tr>
83
          <th>[% 'Salesman' | $T8 %] </th>
84
          <td>[% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1, class='wi-lightwide') %] </td>
85
        </tr>
86
      [% END %]
87
        <tr>
88
          <th>[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] </th>
89
          <td>[% L.date_tag('insertdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] <!-- PENDENT: Klassen implementieren in Funktion --></td>
90
        </tr>
91
      [% CUSTOM_VARIABLES_FILTER_CODE %]
92
      <tr>
93
        <th>[% 'Scope' | $T8 %] </th>
94
        <td>
95
          <input name="status" type="radio" value="all" checked id="chckb1"> <label for="chckb1">[% 'All' | $T8 %]</label>
96
          <input name="status" type="radio" value="orphaned" id="chckb2"> <label for="chckb2">[% 'Orphaned' | $T8 %]</label>
97
        </td>
98
      </tr>
99
      <tr>
100
        <th>[% 'Validity' | $T8 %] </th>
101
        <td>
102
          <input name="obsolete" type="radio" value="all" id="rd1"> <label for="rd1">[% 'All' | $T8 %]</label>
103
          <input name="obsolete" type="radio" value="Y" id="rd2"> <label for="rd2">[% 'Obsolete' | $T8 %]</label>
104
          <input name="obsolete" type="radio" value="N" checked id="rd3"> <label for="rd3">[% 'Not obsolete' | $T8 %]</label>
105
        </td>
106
      </tr>
107
    </tbody>
108
  </table>
60 109

  
61
[% IF IS_CUSTOMER %]
62
   <tr>
63
     <th align="right" nowrap>[% LxERP.t8("Factur-X/ZUGFeRD settings") %]</th>
64
     <td>[% L.select_tag('create_zugferd_invoices', ZUGFERD_SETTINGS, with_empty = 1) %]</td>
65
   </tr>
66
[% END %]
110
</div>
67 111

  
68
   [% IF IS_CUSTOMER && ALL_SALESMEN.size %]
69
   <tr>
70
    <th align="right" nowrap>[% 'Salesman' | $T8 %]</th>
71
    <td>
72
     [% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1) %]
73
    </td>
74
   </tr>
75
   [% END %]
76 112

  
77
   <tr>
78
    <th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
79
    <td>
80
      [% L.date_tag('insertdatefrom') %]
81
    </td>
82
    <th align="right">[% 'Bis' | $T8 %]</th>
83
    <td>
84
      [% L.date_tag('insertdateto') %]
85
    </td>
86
   </tr>
113
<div class="form-addition control-panel">
114
  <h3>[% 'Include in Report' | $T8 %]</h3>
87 115

  
88
   [% CUSTOM_VARIABLES_FILTER_CODE %]
116
  <div class="list col">
117
    <h4> [% 'Numbers & IDs' | $T8 %] </h4>
118
    <div>
119
      <input name="l_id" id="l_id" type="checkbox" value="Y">
120
      <label for="l_id"> [% 'ID' | $T8 %] </label>
121
    </div>
122
    <div>
123
      <input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" value="Y" checked>
124
      <label for="l_[% db %]number"> [% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </label>
125
    </div>
126
    <div>
127
      <input name="l_taxnumber" id="l_taxnumber" type="checkbox" value="Y">
128
      <label for="l_taxnumber"> [% 'Tax Number' | $T8 %] </label>
129
    </div>
130
    <div>
131
      <input name="l_invnumber" id="l_invnumber" type="checkbox" value="Y">
132
      <label for="l_invnumber"> [% 'Invoices' | $T8 %] </label>
133
    </div>
134
  </div>
89 135

  
90
   <tr>
91
    <td></td>
92
    <td>
93
     <input name="status" class="radio" type="radio" value="all" checked> [% 'All' | $T8 %]
94
     <input name="status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
95
    </td>
96
   </tr>
136
  <div class="list col">
137
    <h4> [% 'Customer' | $T8 %] </h4>
138
    <div>
139
      <input name="l_name" id="l_name" type="checkbox" value="Y" checked>
140
      <label for="l_name"> [% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][% ELSE %][% 'Vendor Name' | $T8 %][% END %] </label>
141
    </div>
142
    <div>
143
      <input name="l_contact" id="l_contact" type="checkbox" value="Y" checked>
144
      <label for="l_contact"> [% 'Contact' | $T8 %] </label>
145
    </div>
146
    [% IF IS_CUSTOMER %]
147
    <div>
148
      <input name="l_contact_origin" id="l_contact_origin" type="checkbox" class="checkbox" value="Y">
149
      <label for="l_contact_origin">[% 'Origin of personal data' | $T8 %]</label>
150
    </div>
151
    <div>
152
      <input name="l_invoice_mail" id="l_invoice_mail" type="checkbox" class="checkbox" value="Y">
153
      <label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
154
    </div>
155
    [% END %]
156
    <div>
157
      <input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
158
      <label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
159
    </div>
160
    [% IF IS_CUSTOMER %]
161
    <div>
162
      <input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
163
      <label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
164
    </div>
165
    <div>
166
      <input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
167
      <label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
168
    </div>
169
    <div>
170
      <input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
171
      <label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
172
    </div>
173
    <div>
174
      <input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
175
      <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
176
    </div>
177
    [% END %]
178
  </div>
97 179

  
98
   <tr>
99
    <td></td>
100
    <td><input name="obsolete" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
101
     <input name="obsolete" class="radio" type="radio" value="Y"> [% 'Obsolete' | $T8 %]
102
     <input name="obsolete" class="radio" type="radio" value="N" checked> [% 'Not obsolete' | $T8 %]
103
    </td>
104
   </tr>
180
  <div class="list col">
181
    <h4> [% 'Address' | $T8 %] </h4>
182
    <div>
183
      <input name="l_street" id="l_street" type="checkbox" value="Y" checked>
184
      <label for="l_street"> [% 'Street' | $T8 %] </label>
185
    </div>
186
    <div>
187
      <input name="l_zipcode" id="l_zipcode" type="checkbox" value="Y" checked>
188
      <label for="l_zipcode"> [% 'Zipcode' | $T8 %] </label>
189
    </div>
190
    <div>
191
      <input name="l_city" id="l_city" type="checkbox" value="Y" checked>
192
      <label for="l_city"> [% 'City' | $T8 %] </label>
193
    </div>
194
    <div>
195
      <input name="l_country" id="l_country" type="checkbox" value="Y" checked>
196
      <label for="l_country"> [% 'Country' | $T8 %] </label>
197
    </div>
198
    <div>
199
      <input name="l_gln" id="l_gln" type="checkbox" value="Y" checked>
200
      <label for="l_gln"> [% 'GLN' | $T8 %] </label>
201
    </div>
202
  </div>
105 203

  
106
   <tr>
107
    <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
108
    <td colspan="5">
109
     <table border="0">
110
      <tr>
111
       <td>
112
        <input name="l_id" id="l_id" type="checkbox" class="checkbox" value="Y">
113
        <label for="l_id">[% 'ID' | $T8 %]</label>
114
       </td>
115
       <td>
116
        <input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" class="checkbox" value="Y" checked>
117
        <label for="l_[% db %]number">[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</label>
118
       </td>
119
       <td>
120
        <input name="l_name" id="l_name" type="checkbox" class="checkbox" value="Y" checked>
121
        <label for="l_name">[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</label>
122
       </td>
123
       <td>
124
        <input name="l_street" id="l_street" type="checkbox" class="checkbox" value="Y" checked>
125
        <label for="l_street">[% 'Street' | $T8 %]</label>
126
       </td>
127
      </tr>
128
[% USE T8 %]
129
[% USE L %]
130
[% USE HTML %]
204
  <div class="list col">
205
    <h4> [% 'Contact' | $T8 %] </h4>
206
    <div>
207
      <input name="l_phone" id="l_phone" type="checkbox" value="Y" checked>
208
      <label for="l_phone"> [% 'Phone' | $T8 %] </label>
209
    </div>
210
    <div>
211
      <input name="l_fax" id="l_fax" type="checkbox" value="Y">
212
      <label for="l_fax"> [% 'Fax' | $T8 %] </label>
213
    </div>
214
    <div>
215
      <input name="l_email" id="l_email" type="checkbox" value="Y" checked>
216
      <label for="l_email"> [% 'E-mail' | $T8 %] </label>
217
    </div>
218
  </div>
131 219

  
132
      <tr>
133
       <td>
134
        <input name="l_contact" id="l_contact" type="checkbox" class="checkbox" value="Y" checked>
135
        <label for="l_contact">[% 'Contact' | $T8 %]</label>
136
       </td>
137
       <td>
138
        <input name="l_phone" id="l_phone" type="checkbox" class="checkbox" value="Y" checked>
139
        <label for="l_phone">[% 'Phone' | $T8 %]</label>
140
       </td>
141
       <td>
142
        <input name="l_fax" id="l_fax" type="checkbox" class="checkbox" value="Y">
143
        <label for="l_fax">[% 'Fax' | $T8 %]</label>
144
       </td>
145
       <td>
146
        <input name="l_zipcode" id="l_zipcode" type="checkbox" class="checkbox" value="Y" checked>
147
        <label for="l_zipcode">[% 'Zipcode' | $T8 %]</label>
148
       </td>
149
      </tr>
220
  <div class="list col">
221
    <h4> [% 'Orders' | $T8 %] </h4>
222
    <div>
223
      <input name="l_ordnumber" id="l_ordnumber" type="checkbox" value="Y">
224
      <label for="l_ordnumber"> [% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %] </label>
225
    </div>
226
    <div>
227
      <input name="l_quonumber" id="l_quonumber" type="checkbox" value="Y">
228
      <label for="l_quonumber"> [% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %] </label>
229
    </div>
230
    <div>
231
      <input name="l_discount" id="l_discount" type="checkbox" value="Y">
232
      <label for="l_discount"> [% 'Discount' | $T8 %] </label>
233
    </div>
234
    <div>
235
      <input name="l_payment" id="l_payment" type="checkbox" value="Y">
236
      <label for="l_payment"> [% 'Payment Terms' | $T8 %] </label>
237
    </div>
238
  </div>
150 239

  
151
      <tr>
152
       <td>
153
        <input name="l_taxnumber" id="l_taxnumber" type="checkbox" class="checkbox" value="Y">
154
        <label for="l_taxnumber">[% 'Tax Number' | $T8 %]</label>
155
       </td>
156
       <td>
157
        <input name="l_email" id="l_email" type="checkbox" class="checkbox" value="Y" checked>
158
        <label for="l_email">[% 'E-mail' | $T8 %]</label>
159
       </td>
160
       <td>
161
        <input name="l_business" id="l_business" type="checkbox" class="checkbox" value="Y">
162
        <label for="l_business">[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</label>
163
       </td>
164
       <td>
165
        <input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked>
166
        <label for="l_city">[% 'City' | $T8 %]</label>
167
       </td>
168
      </tr>
240
  <div class="list col">
241
    <h4> [% 'Handling & Scope' | $T8 %] </h4>
242
    <div>
243
      <input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y">
244
      <label for="l_insertdate"> [% 'Insert Date' | $T8 %] </label>
245
    </div>
246
    [% IF IS_CUSTOMER %]
247
    <div>
248
      <input name="l_salesman" id="l_salesman" type="checkbox" value="Y">
249
      <label for="l_salesman"> [% 'Salesman' | $T8 %] </label>
250
    </div>
251
    <div>
252
      <input name="l_pricegroup" id="l_pricegroup" type="checkbox" value="Y">
253
      <label for="l_pricegroup"> [% 'Pricegroup' | $T8 %] </label>
254
    </div>
255
    [% END %]
256
  </div>
169 257

  
170
      <tr>
171
       <td>
172
        <input name="l_invnumber" id="l_invnumber" type="checkbox" class="checkbox" value="Y">
173
        <label for="l_invnumber">[% 'Invoices' | $T8 %]</label>
174
       </td>
175
       <td>
176
        <input name="l_ordnumber" id="l_ordnumber" type="checkbox" class="checkbox" value="Y">
177
        <label for="l_ordnumber">[% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %]</label>
178
       </td>
179
       <td>
180
        <input name="l_quonumber" id="l_quonumber" type="checkbox" class="checkbox" value="Y">
181
        <label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label>
182
       </td>
183
       <td>
184
        <input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked>
185
        <label for="l_country">[% 'Country' | $T8 %]</label>
186
       </td>
187
      </tr>
188
      <tr>
189
       <td>
190
        <input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
191
        <label for="l_discount">[% 'Discount' | $T8 %]</label>
192
       </td>
193
       <td>
194
        <input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y">
195
        <label for="l_payment">[% 'Payment Terms' | $T8 %]</label>
196
       </td>
197
       <td>
198
        <input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y">
199
        <label for="l_insertdate">[% 'Insert Date' | $T8 %]</label>
200
       </td>
201
       <td>
202
        <input name="l_gln" id="l_gln" type="checkbox" class="checkbox" value="Y" checked>
203
        <label for="l_gln">[% 'GLN' | $T8 %]</label>
204
       </td>
205
      </tr>
206
      [% IF IS_CUSTOMER %]
207
      <tr>
208
       <td>
209
        <input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
210
        <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
211
       </td>
212
       <td>
213
        <input name="l_pricegroup" id="l_pricegroup" type="checkbox" class="checkbox" value="Y">
214
        <label for="l_pricegroup">[% 'Pricegroup' | $T8 %]</label>
215
       </td>
216
       <td>
217
        <input name="l_contact_origin" id="l_contact_origin" type="checkbox" class="checkbox" value="Y">
218
        <label for="l_contact_origin">[% 'Origin of personal data' | $T8 %]</label>
219
       </td>
220
       <td>
221
        <input name="l_invoice_mail" id="l_invoice_mail" type="checkbox" class="checkbox" value="Y">
222
        <label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
223
       </td>
224
      </tr>
225
      [% END %]
226
      <tr>
227
       <td>
228
        <input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
229
        <label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
230
       </td>
231
      [% IF !IS_CUSTOMER %]
232
      </tr>
233
      [% ELSE %]
234
       <td>
235
        <input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
236
        <label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
237
       </td>
238
       <td>
239
        <input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
240
        <label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
241
       </td>
242
       <td>
243
        <input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
244
        <label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
245
       </td>
258
  <div class="list col">
259
    <h4> [% 'Custom Variables' | $T8 %] </h4>
260
    <!-- PENDENT: bessere Loesung suchen -->
261
    [% CUSTOM_VARIABLES_INCLUSION_CODE %]
262
  </div>
246 263

  
247
       <td>
248
      </tr>
249
      <tr>
250
       <td>
251
        <input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
252
        <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
253
       </td>
254
      </tr>
255
      [% END %]
256 264

  
257
      [% CUSTOM_VARIABLES_INCLUSION_CODE %]
265
</div>
258 266

  
259
     </table>
260
    </td>
261
   </tr>
262
  </table>
263
 </form>
267
</form>

Auch abrufbar als: Unified diff