Subversion Repositories wpShopGermany4

Rev

Rev 8040 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8040 Rev 8264
Line 77... Line 77...
77
                                </select>
77
                                </select>
78
                            </div>
78
                            </div>
79
                            <div class="col-lg-6">
79
                            <div class="col-lg-6">
80
                                <select name="filter[enddate_y]" class="form-control input-sm">
80
                                <select name="filter[enddate_y]" class="form-control input-sm">
81
                                    <option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
81
                                    <option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
-
 
82
                                    <?php if(isset($this->view['enddate_years']) && !empty($this->view['enddate_years'])) {
82
                                    <?php foreach ($this->view['enddate_years'] as $y) { ?>
83
                                        foreach ($this->view['enddate_years'] as $y) { ?>
83
                                    <option <?php echo ((wpsg_getStr($this->view['arFilter']['enddate_y']) == $y)?'selected="selected"':''); ?> value="<?php echo $y; ?>"><?php echo $y; ?></option>
84
                                        <option <?php echo ((wpsg_getStr($this->view['arFilter']['enddate_y']) == $y)?'selected="selected"':''); ?> value="<?php echo $y; ?>"><?php echo $y; ?></option>
-
 
85
                                        <?php } 
84
                                    <?php } ?>
86
                                    } ?>
85
                                </select>
87
                                </select>
86
                            </div>
88
                            </div>
87
                        </div>
89
                        </div>
88
                        <?php echo wpsg_drawForm_TextEnd(__('Abo gekündigt am (Monat/Jahr)', 'wpsg'), array('noP' => true)); ?>                      
90
                        <?php echo wpsg_drawForm_TextEnd(__('Abo gekündigt am (Monat/Jahr)', 'wpsg'), array('noP' => true)); ?>                      
89
 
91
 
Line 125... Line 127...
125
                        <th class="col_checkbox"><input type="checkbox" onclick="return wpsg_order_checkAll();" /></th>
127
                        <th class="col_checkbox"><input type="checkbox" onclick="return wpsg_order_checkAll();" /></th>
126
                        <th class="col_nr wpsg_order" data-order="cdate"><?php echo __('Nr', 'wpsg'); ?></th>
128
                        <th class="col_nr wpsg_order" data-order="cdate"><?php echo __('Nr', 'wpsg'); ?></th>
127
                        <th class="col_customer wpsg_order" data-order="customer"><?php echo __('Kunde', 'wpsg'); ?></th>
129
                        <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>
130
                        <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>
131
                        <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>                       
132
                        <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>
133
                        <th class="col_sum wpsg_order" data-order="amount"><?php echo __('Bestellwert', 'wpsg'); ?></th>
132
                        <th class="col_time wpsg_order" data-order="expiration"><?php echo __('Laufzeit', 'wpsg'); ?></th>
134
                        <th class="col_time wpsg_order" data-order="expiration"><?php echo __('Laufzeit', 'wpsg'); ?></th>
133
						<th class="col_state"><?php echo __('Status', 'wpsg'); ?></th>
135
						<th class="col_state"><?php echo __('Status', 'wpsg'); ?></th>
134
                    </tr>
136
                    </tr>
135
                </thead>
137
                </thead>