Subversion Repositories wpShopGermany4

Rev

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

Rev 6438 Rev 6454
Line 161... Line 161...
161
    			<?php } ?>
161
    			<?php } ?>
162
 
162
 
163
			    <?php if (!wpsg_isSizedInt($this->view['product_id']) || wpsg_isSizedInt($this->view['variant']['product_id'])) { ?>
163
			    <?php if (!wpsg_isSizedInt($this->view['product_id']) || wpsg_isSizedInt($this->view['variant']['product_id'])) { ?>
164
				<td class="col_action">
164
				<td class="col_action">
165
    			    			
165
    			    			
166
    				<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Variation löschen', 'wpsg'); ?>" onclick="return wpsg_mod_productvariation_del(<?php echo $vari['id']; ?>);"><span class="glyphicon glyphicon-trash"></span></a>
166
    				<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Variation löschen', 'wpsg'); ?>" onclick="return wpsg_mod_productvariation_del(<?php echo $this->view['product_id'].','.$vari['id']; ?>);"><span class="glyphicon glyphicon-trash"></span></a>
167
    				
167
    				
168
    			</td>    
168
    			</td>    
169
    			<?php } ?>
169
    			<?php } ?>
170
    			
170
    			
171
    		</tr>
171
    		</tr>