Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 65f7a07e

Von Tamino Steinert vor 12 Monaten hinzugefügt

  • ID 65f7a07e4be81dde5698ecb2d7f01c324c054fb5
  • Vorgänger 06ec5141
  • Nachfolger e059f9cf

Rechnungsbericht: Lieferadresse anzeigen und filtern

Unterschiede anzeigen:

templates/design40_webpages/ar/search.html
126 126
      </tbody>
127 127
    </table>
128 128

  
129
    <table class="tbl-horizontal">
130
      <caption>[% 'Shipping Address' | $T8 %]</caption>
131
      <colgroup> <col class="wi-small"><col class="wi-wide"> </colgroup>
132
      <tbody>
133
        <tr>
134
          <th>[% 'Name' | $T8 %]</th>
135
          <td>[% L.input_tag("shiptoname", "") %]</td>
136
        </tr>
137
        <tr>
138
          <th>[% 'Department 1' | $T8 %]</th>
139
          <td>[% L.input_tag("shiptodepartment_1", "") %]</td>
140
        </tr>
141
        <tr>
142
          <th>[% 'Department 2' | $T8 %]</th>
143
          <td>[% L.input_tag("shiptodepartment_2", "") %]</td>
144
        </tr>
145
        <tr>
146
          <th>[% 'Street' | $T8 %]</th>
147
          <td>[% L.input_tag("shiptostreet", "") %]</td>
148
        </tr>
149
        <tr>
150
          <th>[% 'Zipcode' | $T8 %]</th>
151
          <td>[% L.input_tag("shiptozipcode", "") %]</td>
152
        </tr>
153
        <tr>
154
          <th>[% 'City' | $T8 %]</th>
155
          <td>[% L.input_tag("shiptocity", "") %]</td>
156
        </tr>
157
        <tr>
158
          <th>[% 'Country' | $T8 %]</th>
159
          <td>[% L.input_tag("shiptocountry", "") %]</td>
160
        </tr>
161
      </tbody>
162
    </table>
163

  
129 164
   <table class="tbl-horizontal">
130 165
     <caption>[% 'Status' | $T8 %]</caption>
131 166
     <colgroup> <col class="wi-small"><col class="wi-wide"> </colgroup>
......
217 252
      <input name="l_customer_dunning_lock" id="l_customer_dunning_lock" type="checkbox"><label for="l_customer_dunning_lock">[% 'Dunning lock' | $T8 %]</label>
218 253
    </div>
219 254
  </div>
255
  <div class="list col">
256
    <h4>[% 'Shipping Address' | $T8 %]</h4>
257
    <div>
258
      <input name="l_shiptoname" id="l_shiptoname" type="checkbox"><label for="l_shiptoname">[% 'Name' | $T8 %]</label>
259
    </div>
260
    <div>
261
      <input name="l_shiptodepartment_1" id="l_shiptodepartment_1" type="checkbox"><label for="l_shiptodepartment_1">[% 'Department 1' | $T8 %]</label>
262
    </div>
263
    <div>
264
      <input name="l_shiptodepartment_2" id="l_shiptodepartment_2" type="checkbox"><label for="l_shiptodepartment_2">[% 'Department 2' | $T8 %]</label>
265
    </div>
266
    <div>
267
      <input name="l_shiptostreet" id="l_shiptostreet" type="checkbox"><label for="l_shiptostreet">[% 'Street' | $T8 %]</label>
268
    </div>
269
    <div>
270
      <input name="l_shiptozipcode" id="l_shiptozipcode" type="checkbox"><label for="l_shiptozipcode">[% 'Zipcode' | $T8 %]</label>
271
    </div>
272
    <div>
273
      <input name="l_shiptocity" id="l_shiptocity" type="checkbox"><label for="l_shiptocity">[% 'City' | $T8 %]</label>
274
    </div>
275
    <div>
276
      <input name="l_shiptocountry" id="l_shiptocountry" type="checkbox"><label for="l_shiptocountry">[% 'Country' | $T8 %]</label>
277
    </div>
278
  </div>
220 279
  <div class="list col">
221 280
    <h4>[% 'Amounts' | $T8 %]</h4>
222 281
    <div>

Auch abrufbar als: Unified diff