Subversion Repositories wpShopGermany4

Rev

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

Rev 6458 Rev 6467
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template um eine Variante zu bearbeiten
4
	 * Template um eine Variante zu bearbeiten
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<input type="hidden" id="wpsg_mod_productvariants_product_id" value="<?php echo $this->view['product_id']; ?>" />
9
<input type="hidden" id="wpsg_mod_productvariants_product_id" value="<?php echo $this->view['product_id']; ?>" />
10
<input type="hidden" id="wpsg_mod_productvariants_var_id" value="<?php echo $this->view['variant']['id']; ?>" />
10
<input type="hidden" id="wpsg_mod_productvariants_var_id" value="<?php echo $this->view['variant']['id']; ?>" />
11
 
11
 
12
<?php if (wpsg_isSizedArray($this->view['arVariation'])) { ?>
12
<?php if (wpsg_isSizedArray($this->view['arVariation'])) { ?>
13
 
13
 
Line 168... Line 168...
168
    			</td>    
168
    			</td>    
169
    			<?php } ?>
169
    			<?php } ?>
170
    			
170
    			
171
    		</tr>
171
    		</tr>
172
    		 
172
    		 
-
 
173
			<?php if (wpsg_isSizedInt($this->view['product_id'])) { ?>
173
    		<tr class="wpsg_mod_productvariants_productimage_row">
174
    		<tr class="wpsg_mod_productvariants_productimage_row">
174
    			<td class="col_id">&nbsp;</td>
175
    			<td class="col_id">&nbsp;</td>
175
   				<?php 
176
   				<?php 
176
				 
177
				 
177
					$arAttachmentIDs = $this->imagehandler->getAttachmentIDs($this->view['product_id'], $vari['id'], true);
178
					$arAttachmentIDs = $this->imagehandler->getAttachmentIDs($this->view['product_id'], $vari['id'], true);
Line 227... Line 228...
227
					</script>
228
					</script>
228
					
229
					
229
				</td>
230
				</td>
230
				 				
231
				 				
231
    		</tr>
232
    		</tr>
-
 
233
			<?php } ?>
232
 
234
 
233
    	</tbody>
235
    	</tbody>
234
    	<?php } ?>    	
236
    	<?php } ?>    	
235
    	    	
237
    	    	
236
    </table>
238
    </table>