Line 127... |
Line 127... |
127 |
<th class="col_customer wpsg_order" data-order="customer"><?php echo __('Kunde', 'wpsg'); ?></th>
|
127 |
<th class="col_customer wpsg_order" data-order="customer"><?php echo __('Kunde', 'wpsg'); ?></th>
|
128 |
<th class="col_payment wpsg_order" data-order="payment"><?php echo __('Bezahlmethode', 'wpsg'); ?></th>
|
128 |
<th class="col_payment wpsg_order" data-order="payment"><?php echo __('Bezahlmethode', 'wpsg'); ?></th>
|
129 |
<th class="col_shipping wpsg_order" data-order="shipping"><?php echo __('Versandart', 'wpsg'); ?></th>
|
129 |
<th class="col_shipping wpsg_order" data-order="shipping"><?php echo __('Versandart', 'wpsg'); ?></th>
|
130 |
<th class="col_products wpsg_order" data-order="products"><?php echo __('Abonnement', 'wpsg'); ?></th>
|
130 |
<th class="col_products wpsg_order" data-order="products"><?php echo __('Abonnement', 'wpsg'); ?></th>
|
131 |
<th class="col_sum wpsg_order" data-order="amount"><?php echo __('Bestellwert', 'wpsg'); ?></th>
|
131 |
<th class="col_sum wpsg_order" data-order="amount"><?php echo __('Bestellwert', 'wpsg'); ?></th>
|
132 |
<th class="col_time wpsg_order" data-order="time"><?php echo __('Laufzeit', 'wpsg'); ?></th>
|
132 |
<th class="col_time wpsg_order" data-order="expiration"><?php echo __('Laufzeit', 'wpsg'); ?></th>
|
133 |
<th class="col_state wpsg_order" data-order="time"><?php echo __('Status', 'wpsg'); ?></th>
|
133 |
<th class="col_state"><?php echo __('Status', 'wpsg'); ?></th>
|
134 |
</tr>
|
134 |
</tr>
|
135 |
</thead>
|
135 |
</thead>
|
136 |
<tbody>
|
136 |
<tbody>
|
137 |
<?php foreach ($this->view['arData'] as $oAbo) {
|
137 |
<?php foreach ($this->view['arData'] as $oAbo) {
|
138 |
|
138 |
|