Subversion Repositories wpShopGermany4

Rev

Rev 7096 | Rev 7841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7096 Rev 7746
Line 15... Line 15...
15
    	<thead>
15
    	<thead>
16
      		<tr>
16
      		<tr>
17
      		
17
      		
18
      			<?php $colspan = 0; if (wpsg_isSizedInt($this->view['product_id'])) { ?>
18
      			<?php $colspan = 0; if (wpsg_isSizedInt($this->view['product_id'])) { ?>
19
      			<th class="col_active"><?php echo __('Aktiv', 'wpsg'); ?></th>
19
      			<th class="col_active"><?php echo __('Aktiv', 'wpsg'); ?></th>
-
 
20
      		    <?php } ?>
20
      		
21
 
21
      			<th class="col_id"><?php echo __('Id', 'wpsg'); ?></th>
22
      			<th class="col_id"><?php echo __('Id', 'wpsg'); ?></th>
22
        		<th class="col1"><?php echo __('Name', 'wpsg'); ?></th> 
23
        		<th class="col1"><?php echo __('Name', 'wpsg'); ?></th> 
23
        		<th class="col_shortname"><?php echo __('Kurzname'); ?></th>
24
        		<th class="col_shortname"><?php echo __('Kurzname'); ?></th>
24
      			<?php $colspan += 3; } ?>
25
      			<?php $colspan += 3; ?>
25
        		
26
        		
26
        		<?php if (wpsg_isSizedInt($this->view['product_id'])) { $colspan += 2; ?>
27
        		<?php if (wpsg_isSizedInt($this->view['product_id'])) { $colspan += 2; ?>
27
        		<th class="col_artnr"><?php echo __('Artikelnummer', 'wpsg'); ?></th>
28
        		<th class="col_artnr"><?php echo __('Artikelnummer', 'wpsg'); ?></th>
28
        		<th class="col_price"><?php echo __('Preis', 'wpsg'); ?></th>
29
        		<th class="col_price"><?php echo __('Preis', 'wpsg'); ?></th>
29
        		
30