Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 46d5874b

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID 46d5874b3ef43cdffeaa3ad8a96b1c754aca5f28
  • Vorgänger 8d364be6
  • Nachfolger 133607b5

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

Unterschiede anzeigen:

templates/webpages/ct/search.html
1
<h1>[% title %]</h1>
2

  
3
 <form method="post" action="ct.pl" name="Form" id="form">
4

  
5
  <input type="hidden" name="db" value="[% HTML.escape(db) %]">
6

  
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>
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>
17

  
18
   <tr>
19
    <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
20
    <td><input name="contact" size="35"></td>
21
   </tr>
22

  
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

  
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 %]
60

  
61
   [% IF IS_CUSTOMER && ALL_SALESMEN.size %]
62
   <tr>
63
    <th align="right" nowrap>[% 'Salesman' | $T8 %]</th>
64
    <td>
65
     [% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1) %]
66
    </td>
67
   </tr>
68
   [% END %]
69

  
70
   <tr>
71
    <th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
72
    <td>
73
      [% L.date_tag('insertdatefrom') %]
74
    </td>
75
    <th align="right">[% 'Bis' | $T8 %]</th>
76
    <td>
77
      [% L.date_tag('insertdateto') %]
78
    </td>
79
   </tr>
80

  
81
   [% CUSTOM_VARIABLES_FILTER_CODE %]
82

  
83
   <tr>
84
    <td></td>
85
    <td>
86
     <input name="status" class="radio" type="radio" value="all" checked> [% 'All' | $T8 %]
87
     <input name="status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
88
    </td>
89
   </tr>
90

  
91
   <tr>
92
    <td></td>
93
    <td><input name="obsolete" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
94
     <input name="obsolete" class="radio" type="radio" value="Y"> [% 'Obsolete' | $T8 %]
95
     <input name="obsolete" class="radio" type="radio" value="N" checked> [% 'Not obsolete' | $T8 %]
96
    </td>
97
   </tr>
98

  
99
   <tr>
100
    <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
101
    <td colspan="5">
102
     <table border="0">
103
      <tr>
104
       <td>
105
        <input name="l_id" id="l_id" type="checkbox" class="checkbox" value="Y">
106
        <label for="l_id">[% 'ID' | $T8 %]</label>
107
       </td>
108
       <td>
109
        <input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" class="checkbox" value="Y" checked>
110
        <label for="l_[% db %]number">[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</label>
111
       </td>
112
       <td>
113
        <input name="l_name" id="l_name" type="checkbox" class="checkbox" value="Y" checked>
114
        <label for="l_name">[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</label>
115
       </td>
116
       <td>
117
        <input name="l_street" id="l_street" type="checkbox" class="checkbox" value="Y" checked>
118
        <label for="l_street">[% 'Street' | $T8 %]</label>
119
       </td>
120
      </tr>
121 1
[% USE T8 %]
122 2
[% USE L %]
123 3
[% USE HTML %]
124 4

  
125
      <tr>
126
       <td>
127
        <input name="l_contact" id="l_contact" type="checkbox" class="checkbox" value="Y" checked>
128
        <label for="l_contact">[% 'Contact' | $T8 %]</label>
129
       </td>
130
       <td>
131
        <input name="l_phone" id="l_phone" type="checkbox" class="checkbox" value="Y" checked>
132
        <label for="l_phone">[% 'Phone' | $T8 %]</label>
133
       </td>
134
       <td>
135
        <input name="l_fax" id="l_fax" type="checkbox" class="checkbox" value="Y">
136
        <label for="l_fax">[% 'Fax' | $T8 %]</label>
137
       </td>
138
       <td>
139
        <input name="l_zipcode" id="l_zipcode" type="checkbox" class="checkbox" value="Y" checked>
140
        <label for="l_zipcode">[% 'Zipcode' | $T8 %]</label>
141
       </td>
142
      </tr>
5
<h1>[% title %]</h1>
143 6

  
144
      <tr>
145
       <td>
146
        <input name="l_taxnumber" id="l_taxnumber" type="checkbox" class="checkbox" value="Y">
147
        <label for="l_taxnumber">[% 'Tax Number' | $T8 %]</label>
148
       </td>
149
       <td>
150
        <input name="l_email" id="l_email" type="checkbox" class="checkbox" value="Y" checked>
151
        <label for="l_email">[% 'E-mail' | $T8 %]</label>
152
       </td>
153
       <td>
154
        <input name="l_business" id="l_business" type="checkbox" class="checkbox" value="Y">
155
        <label for="l_business">[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</label>
156
       </td>
157
       <td>
158
        <input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked>
159
        <label for="l_city">[% 'City' | $T8 %]</label>
160
       </td>
161
      </tr>
7
<form method="post" action="ct.pl" name="Form" id="form">
8
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
162 9

  
10
<div class="wrapper">
11

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

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

  
64

  
65
  <table class="tbl-horizontal">
66
    <caption> [% 'Handling & Scope' | $T8 %] </caption>
67
    <tbody>
68
      [% IF SHOW_BUSINESS_TYPES %]
163 69
      <tr>
164
       <td>
165
        <input name="l_invnumber" id="l_invnumber" type="checkbox" class="checkbox" value="Y">
166
        <label for="l_invnumber">[% 'Invoices' | $T8 %]</label>
167
       </td>
168
       <td>
169
        <input name="l_ordnumber" id="l_ordnumber" type="checkbox" class="checkbox" value="Y">
170
        <label for="l_ordnumber">[% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %]</label>
171
       </td>
172
       <td>
173
        <input name="l_quonumber" id="l_quonumber" type="checkbox" class="checkbox" value="Y">
174
        <label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label>
175
       </td>
176
       <td>
177
        <input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked>
178
        <label for="l_country">[% 'Country' | $T8 %]</label>
179
       </td>
180
      </tr>
181
      <tr>
182
       <td>
183
        <input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
184
        <label for="l_discount">[% 'Discount' | $T8 %]</label>
185
       </td>
186
       <td>
187
        <input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y">
188
        <label for="l_payment">[% 'Payment Terms' | $T8 %]</label>
189
       </td>
190
       <td>
191
        <input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y">
192
        <label for="l_insertdate">[% 'Insert Date' | $T8 %]</label>
193
       </td>
194
       <td>
195
        <input name="l_gln" id="l_gln" type="checkbox" class="checkbox" value="Y" checked>
196
        <label for="l_gln">[% 'GLN' | $T8 %]</label>
197
       </td>
198
      </tr>
199
      [% IF IS_CUSTOMER %]
200
      <tr>
201
       <td>
202
        <input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
203
        <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
204
       </td>
205
       <td>
206
        <input name="l_pricegroup" id="l_pricegroup" type="checkbox" class="checkbox" value="Y">
207
        <label for="l_pricegroup">[% 'Pricegroup' | $T8 %]</label>
208
       </td>
209
       <td>
210
        <input name="l_contact_origin" id="l_contact_origin" type="checkbox" class="checkbox" value="Y">
211
        <label for="l_contact_origin">[% 'Origin of personal data' | $T8 %]</label>
212
       </td>
213
       <td>
214
        <input name="l_invoice_mail" id="l_invoice_mail" type="checkbox" class="checkbox" value="Y">
215
        <label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
216
       </td>
70
        <th>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] </th>
71
        <td>[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class='wi-lightwide') %] </td>
217 72
      </tr>
73
      [% END %]
74
      [% IF IS_CUSTOMER && ALL_SALESMEN.size %]
75
        <tr>
76
          <th>[% 'Salesman' | $T8 %] </th>
77
          <td>[% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1, class='wi-lightwide') %] </td>
78
        </tr>
79
      [% END %]
80
        <tr>
81
          <th>[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] </th>
82
          <td>[% L.date_tag('insertdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] <!-- PENDENT: Klassen implementieren in Funktion --></td>
83
        </tr>
84
      [% CUSTOM_VARIABLES_FILTER_CODE %]
218 85
      <tr>
219
       <td>
220
        <input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
221
        <label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
222
       </td>
223
       <td>
224
        <input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
225
        <label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
226
       </td>
227
       <td>
228
        <input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
229
        <label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
230
       </td>
231
       <td>
232
        <input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
233
        <label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
234
       </td>
235

  
236
       <td>
86
        <th>[% 'Scope' | $T8 %] </th>
87
        <td>
88
          <input name="status" type="radio" value="all" checked id="chckb1"> <label for="chckb1">[% 'All' | $T8 %]</label>
89
          <input name="status" type="radio" value="orphaned" id="chckb2"> <label for="chckb2">[% 'Orphaned' | $T8 %]</label>
90
        </td>
237 91
      </tr>
238 92
      <tr>
239
       <td>
240
        <input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
241
        <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
242
       </td>
93
        <th>[% 'Validity' | $T8 %] </th>
94
        <td>
95
          <input name="obsolete" type="radio" value="all" id="rd1"> <label for="rd1">[% 'All' | $T8 %]</label>
96
          <input name="obsolete" type="radio" value="Y" id="rd2"> <label for="rd2">[% 'Obsolete' | $T8 %]</label>
97
          <input name="obsolete" type="radio" value="N" checked id="rd3"> <label for="rd3">[% 'Not obsolete' | $T8 %]</label>
98
        </td>
243 99
      </tr>
100
    </tbody>
101
  </table>
244 102

  
103
</div>
245 104

  
246
      [% END %]
247 105

  
248
      [% CUSTOM_VARIABLES_INCLUSION_CODE %]
106
<div class="form-addition control-panel">
107
  <h3>[% 'Include in Report' | $T8 %]</h3>
249 108

  
250
     </table>
251
    </td>
252
   </tr>
253
  </table>
254
 </form>
109
  <div class="list col">
110
    <h4> [% 'Numbers & IDs' | $T8 %] </h4>
111
    <div>
112
      <input name="l_id" id="l_id" type="checkbox" value="Y">
113
      <label for="l_id"> [% 'ID' | $T8 %] </label>
114
    </div>
115
    <div>
116
      <input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" value="Y" checked>
117
      <label for="l_[% db %]number"> [% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </label>
118
    </div>
119
    <div>
120
      <input name="l_taxnumber" id="l_taxnumber" type="checkbox" value="Y">
121
      <label for="l_taxnumber"> [% 'Tax Number' | $T8 %] </label>
122
    </div>
123
    <div>
124
      <input name="l_invnumber" id="l_invnumber" type="checkbox" value="Y">
125
      <label for="l_invnumber"> [% 'Invoices' | $T8 %] </label>
126
    </div>
127
  </div>
128

  
129
  <div class="list col">
130
    <h4> [% 'Customer' | $T8 %] </h4>
131
    <div>
132
      <input name="l_name" id="l_name" type="checkbox" value="Y" checked>
133
      <label for="l_name"> [% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][% ELSE %][% 'Vendor Name' | $T8 %][% END %] </label>
134
    </div>
135
    <div>
136
      <input name="l_contact" id="l_contact" type="checkbox" value="Y" checked>
137
      <label for="l_contact"> [% 'Contact' | $T8 %] </label>
138
    </div>
139
    [% IF IS_CUSTOMER %]
140
    <div>
141
      <input name="l_contact_origin" id="l_contact_origin" type="checkbox" class="checkbox" value="Y">
142
      <label for="l_contact_origin">[% 'Origin of personal data' | $T8 %]</label>
143
    </div>
144
    <div>
145
      <input name="l_invoice_mail" id="l_invoice_mail" type="checkbox" class="checkbox" value="Y">
146
      <label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
147
    </div>
148
    <div>
149
      <input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
150
      <label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
151
    </div>
152
    <div>
153
      <input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
154
      <label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
155
    </div>
156
    <div>
157
      <input name="l_commercial_court" id="l_commercial_court" type="checkbox" class="checkbox" value="Y">
158
      <label for="l_commercial_court">[% 'Commercial court' | $T8 %]</label>
159
    </div>
160
    <div>
161
      <input name="l_main_contact_person" id="l_main_contact_person" type="checkbox" class="checkbox" value="Y">
162
      <label for="l_main_contact_person">[% 'Main Contact Person' | $T8 %]</label>
163
    </div>
164
    <div>
165
      <input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
166
      <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
167
    </div>
168
    [% END %]
169
  </div>
170

  
171
  <div class="list col">
172
    <h4> [% 'Address' | $T8 %] </h4>
173
    <div>
174
      <input name="l_street" id="l_street" type="checkbox" value="Y" checked>
175
      <label for="l_street"> [% 'Street' | $T8 %] </label>
176
    </div>
177
    <div>
178
      <input name="l_zipcode" id="l_zipcode" type="checkbox" value="Y" checked>
179
      <label for="l_zipcode"> [% 'Zipcode' | $T8 %] </label>
180
    </div>
181
    <div>
182
      <input name="l_city" id="l_city" type="checkbox" value="Y" checked>
183
      <label for="l_city"> [% 'City' | $T8 %] </label>
184
    </div>
185
    <div>
186
      <input name="l_country" id="l_country" type="checkbox" value="Y" checked>
187
      <label for="l_country"> [% 'Country' | $T8 %] </label>
188
    </div>
189
    <div>
190
      <input name="l_gln" id="l_gln" type="checkbox" value="Y" checked>
191
      <label for="l_gln"> [% 'GLN' | $T8 %] </label>
192
    </div>
193
  </div>
194

  
195
  <div class="list col">
196
    <h4> [% 'Contact' | $T8 %] </h4>
197
    <div>
198
      <input name="l_phone" id="l_phone" type="checkbox" value="Y" checked>
199
      <label for="l_phone"> [% 'Phone' | $T8 %] </label>
200
    </div>
201
    <div>
202
      <input name="l_fax" id="l_fax" type="checkbox" value="Y">
203
      <label for="l_fax"> [% 'Fax' | $T8 %] </label>
204
    </div>
205
    <div>
206
      <input name="l_email" id="l_email" type="checkbox" value="Y" checked>
207
      <label for="l_email"> [% 'E-mail' | $T8 %] </label>
208
    </div>
209
  </div>
210

  
211
  <div class="list col">
212
    <h4> [% 'Orders' | $T8 %] </h4>
213
    <div>
214
      <input name="l_ordnumber" id="l_ordnumber" type="checkbox" value="Y">
215
      <label for="l_ordnumber"> [% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %] </label>
216
    </div>
217
    <div>
218
      <input name="l_quonumber" id="l_quonumber" type="checkbox" value="Y">
219
      <label for="l_quonumber"> [% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %] </label>
220
    </div>
221
    <div>
222
      <input name="l_discount" id="l_discount" type="checkbox" value="Y">
223
      <label for="l_discount"> [% 'Discount' | $T8 %] </label>
224
    </div>
225
    <div>
226
      <input name="l_payment" id="l_payment" type="checkbox" value="Y">
227
      <label for="l_payment"> [% 'Payment Terms' | $T8 %] </label>
228
    </div>
229
  </div>
230

  
231
  <div class="list col">
232
    <h4> [% 'Handling & Scope' | $T8 %] </h4>
233
    <div>
234
      <input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y">
235
      <label for="l_insertdate"> [% 'Insert Date' | $T8 %] </label>
236
    </div>
237
    [% IF IS_CUSTOMER %]
238
    <div>
239
      <input name="l_salesman" id="l_salesman" type="checkbox" value="Y">
240
      <label for="l_salesman"> [% 'Salesman' | $T8 %] </label>
241
    </div>
242
    <div>
243
      <input name="l_pricegroup" id="l_pricegroup" type="checkbox" value="Y">
244
      <label for="l_pricegroup"> [% 'Pricegroup' | $T8 %] </label>
245
    </div>
246
    [% END %]
247
  </div>
248

  
249
  <div class="list col">
250
    <h4> [% 'Custom Variables' | $T8 %] </h4>
251
    <!-- PENDENT: bessere Loesung suchen -->
252
    [% CUSTOM_VARIABLES_INCLUSION_CODE %]
253
  </div>
254

  
255

  
256
</div>
257

  
258
</form>

Auch abrufbar als: Unified diff