Subversion Repositories wpShopGermany4

Rev

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

Rev 8198 Rev 8280
Line 81... Line 81...
81
                <thead>
81
                <thead>
82
                    <tr>
82
                    <tr>
83
                        <th class="wpsg_pic_col"></th>
83
                        <th class="wpsg_pic_col"></th>
84
                        <th class="wpsg_order col_name" data-order="nr"><?php echo __("Name", 'wpsg'); ?></th>
84
                        <th class="wpsg_order col_name" data-order="nr"><?php echo __("Name", 'wpsg'); ?></th>
85
                        <th class="wpsg_order col_template" data-order="template"><?php echo __("Template", 'wpsg'); ?></th>
85
                        <th class="wpsg_order col_template" data-order="template"><?php echo __("Template", 'wpsg'); ?></th>
-
 
86
                        <th class="wpsg_order col_pos" data-order="template"><?php echo __("Position", 'wpsg'); ?></th>
86
                        <th class="wpsg_order col_products" data-order="products"><?php echo __("Produkte", 'wpsg'); ?></th>
87
                        <th class="wpsg_order col_products" data-order="products"><?php echo __("Produkte", 'wpsg'); ?></th>
87
                    </tr>
88
                    </tr>
88
                </thead>
89
                </thead>
89
                <tbody>
90
                <tbody>
90
                    <?php foreach ($this->view['arData'] as /** @var wpsg_productgroup */ $pg) { ?>
91
                    <?php foreach ($this->view['arData'] as /** @var wpsg_productgroup */ $pg) { ?>
Line 121... Line 122...
121
                            </div>
122
                            </div>
122
                        </td>
123
                        </td>
123
                        <td class="col_template">
124
                        <td class="col_template">
124
                            <?php echo (($pg->template_file == "0")?'Individuelle Produkttemplates':$pg->template_file); ?>
125
                            <?php echo (($pg->template_file == "0")?'Individuelle Produkttemplates':$pg->template_file); ?>
125
                        </td>
126
                        </td>
-
 
127
						<td class="col_pos">
-
 
128
                            <?php echo $pg->pos; ?>
-
 
129
                        </td>
126
                        <td class="col_products">
130
                        <td class="col_products">
127
                            <?php echo $pg->countProducts(); ?>
131
                            <?php echo $pg->countProducts(); ?>
128
                        </td>
132
                        </td>
129
                    </tr>
133
                    </tr>
130
                    <?php } ?>
134
                    <?php } ?>